#F0E85B

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

Shades of Corn #F0E85B

Tints of Corn #F0E85B

Color information

#F0E85B (or 0xF0E85B) is unknown color: approx Corn. HEX triplet: F0, E8 and 5B. RGB value is (240,232,91). Sum of RGB (Red+Green+Blue) = 240+232+91=563 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.63% from 563); Green value is 232 (91.02% from 255 or 41.21% from 563); Blue value is 91 (35.94% from 255 or 16.16% from 563); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E85B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0E85B is #0F17A4. Grayscale: #DADADA. Windows color (decimal): -989093 or 6023408. OLE color: 6023408.

HSL color Cylindrical-coordinate representation of color #F0E85B: hue angle of 56.78º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F0E85B is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB24023291-
CMYK00.030.620.06
HSL56.78º83.24%64.9%-
HSV(B)56.78º62.08%94.12%-
XYZ66.6876.9921.24-
YUV218.3256.15143.46-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.63%
GREEN value IS 232 (91.02% from 255) = 41.21%
BLUE value IS 91 (35.94% from 255) = 16.16%
R=42.63%
G=41.21%
B=16.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402329100.030.620.0656.7883.2464.9
HexF0E85B033E6395341
Octal3603501330376671123101
Binary1111000011101000101101101111111011011100110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E85B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E85B; }

 p { color: rgb(240,232,91); }

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

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

 a { background-color: rgb(240,232,91); }

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

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

 span { border-color: rgb(240,232,91); }

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