#F08C36

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

Shades of Sun #F08C36

Tints of Sun #F08C36

Color information

#F08C36 (or 0xF08C36) is unknown color: approx Sun. HEX triplet: F0, 8C and 36. RGB value is (240,140,54). Sum of RGB (Red+Green+Blue) = 240+140+54=434 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.30% from 434); Green value is 140 (55.08% from 255 or 32.26% from 434); Blue value is 54 (21.48% from 255 or 12.44% from 434); Max value from RGB is 240 - color contains mainly: red. Hex color #F08C36 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08C36 is #0F73C9. Grayscale: #A0A0A0. Windows color (decimal): -1012682 or 3575024. OLE color: 3575024.

HSL color Cylindrical-coordinate representation of color #F08C36: hue angle of 27.74º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F08C36 is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.06.

Color convert

RGB24014054-
CMYK00.420.780.06
HSL27.74º86.11%57.65%-
HSV(B)27.74º77.5%94.12%-
XYZ45.9837.558.31-
YUV160.168.13184.99-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 55.30%
GREEN value IS 140 (55.08% from 255) = 32.26%
BLUE value IS 54 (21.48% from 255) = 12.44%
R=55.30%
G=32.26%
B=12.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.78
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401405400.420.780.0627.7486.1157.65
HexF08C3602A4E61c563a
Octal3602146605211663412672
Binary111100001000110011011001010101001110110111001010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08C36; }

 p { color: rgb(240,140,54); }

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

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

 a { background-color: rgb(240,140,54); }

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

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

 span { border-color: rgb(240,140,54); }

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