#F09E40

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

Shades of Yellow Sea #F09E40

Tints of Yellow Sea #F09E40

Color information

#F09E40 (or 0xF09E40) is unknown color: approx Yellow Sea. HEX triplet: F0, 9E and 40. RGB value is (240,158,64). Sum of RGB (Red+Green+Blue) = 240+158+64=462 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.95% from 462); Green value is 158 (62.11% from 255 or 34.20% from 462); Blue value is 64 (25.39% from 255 or 13.85% from 462); Max value from RGB is 240 - color contains mainly: red. Hex color #F09E40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F09E40 is #0F61BF. Grayscale: #ACACAC. Windows color (decimal): -1008064 or 4234992. OLE color: 4234992.

HSL color Cylindrical-coordinate representation of color #F09E40: hue angle of 32.05º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F09E40 is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB24015864-
CMYK00.340.730.06
HSL32.05º85.44%59.61%-
HSV(B)32.05º73.33%94.12%-
XYZ49.0943.3510.63-
YUV171.867.17176.64-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 51.95%
GREEN value IS 158 (62.11% from 255) = 34.20%
BLUE value IS 64 (25.39% from 255) = 13.85%
R=51.95%
G=34.20%
B=13.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.73
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401586400.340.730.0632.0585.4459.61
HexF09E4002249620553c
Octal36023610004211164012574
Binary11110000100111101000000010001010010011101000001010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09E40; }

 p { color: rgb(240,158,64); }

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

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

 a { background-color: rgb(240,158,64); }

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

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

 span { border-color: rgb(240,158,64); }

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