#F0E662

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

Shades of Corn #F0E662

Tints of Corn #F0E662

Color information

#F0E662 (or 0xF0E662) is unknown color: approx Corn. HEX triplet: F0, E6 and 62. RGB value is (240,230,98). Sum of RGB (Red+Green+Blue) = 240+230+98=568 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.25% from 568); Green value is 230 (90.23% from 255 or 40.49% from 568); Blue value is 98 (38.67% from 255 or 17.25% from 568); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E662 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0E662 is #0F199D. Grayscale: #DADADA. Windows color (decimal): -989598 or 6481648. OLE color: 6481648.

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

Color convert

RGB24023098-
CMYK00.040.590.06
HSL55.77º82.56%66.27%-
HSV(B)55.77º59.17%94.12%-
XYZ66.447622.72-
YUV217.9460.31143.73-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.25%
GREEN value IS 230 (90.23% from 255) = 40.49%
BLUE value IS 98 (38.67% from 255) = 17.25%
R=42.25%
G=40.49%
B=17.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.59
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402309800.040.590.0655.7782.5666.27
HexF0E662043B6385342
Octal3603461420473670123102
Binary11110000111001101100010010011101111011100010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E662; }

 p { color: rgb(240,230,98); }

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

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

 a { background-color: rgb(240,230,98); }

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

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

 span { border-color: rgb(240,230,98); }

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