#F88C38

Color #F88C38 Sun (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sun #F88C38

Tints of Sun #F88C38

Color information

#F88C38 (or 0xF88C38) is unknown color: approx Sun. HEX triplet: F8, 8C and 38. RGB value is (248,140,56). Sum of RGB (Red+Green+Blue) = 248+140+56=444 (58% of max value = 765). Red value is 248 (97.27% from 255 or 55.86% from 444); Green value is 140 (55.08% from 255 or 31.53% from 444); Blue value is 56 (22.27% from 255 or 12.61% from 444); Max value from RGB is 248 - color contains mainly: red. Hex color #F88C38 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F88C38 is #0773C7. Grayscale: #A3A3A3. Windows color (decimal): -488392 or 3706104. OLE color: 3706104.

HSL color Cylindrical-coordinate representation of color #F88C38: hue angle of 26.25º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F88C38 is Cyan = 0, Magento = 0.44, Yellow = 0.77 and Black (K on CMYK) = 0.03.

Color convert

RGB24814056-
CMYK00.440.770.03
HSL26.25º93.2%59.61%-
HSV(B)26.25º77.42%97.25%-
XYZ48.8398.7-
YUV162.7267.78188.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 248 (97.27% from 255) = 55.86%
GREEN value IS 140 (55.08% from 255) = 31.53%
BLUE value IS 56 (22.27% from 255) = 12.61%
R=55.86%
G=31.53%
B=12.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.77
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481405600.440.770.0326.2593.259.61
HexF88C3802C4D31a5d3c
Octal3702147005411533213574
Binary11111000100011001110000101100100110111110101011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88C38; }

 p { color: rgb(248,140,56); }

 H1.HeaderClassName
 {
   color: #F88C38;
 }
 .AnyTagClassName
 {
   color: #F88C38;
 }
</style>
background-color css

<style>
 a { background-color: #F88C38; }

 a { background-color: rgb(248,140,56); }

 div.DivClassName
 {
   background-color: #F88C38;
 }
 .BgClassName
 {
   background-color: #F88C38;
 }
</style>
border-color css

<style>
 span { border-color: #F88C38; }

 span { border-color: rgb(248,140,56); }

 td.TdClassName
 {
   border-color: #F88C38;
 }
 .TagClassName
 {
   border-color: #F88C38;
 }
</style>