#F0E165

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

Shades of Corn #F0E165

Tints of Corn #F0E165

Color information

#F0E165 (or 0xF0E165) is unknown color: approx Corn. HEX triplet: F0, E1 and 65. RGB value is (240,225,101). Sum of RGB (Red+Green+Blue) = 240+225+101=566 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.40% from 566); Green value is 225 (88.28% from 255 or 39.75% from 566); Blue value is 101 (39.84% from 255 or 17.84% from 566); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E165 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0E165 is #0F1E9A. Grayscale: #D7D7D7. Windows color (decimal): -990875 or 6676976. OLE color: 6676976.

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

Color convert

RGB240225101-
CMYK00.060.580.06
HSL53.53º82.25%66.86%-
HSV(B)53.53º57.92%94.12%-
XYZ65.2173.3223.03-
YUV215.3563.47145.58-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.40%
GREEN value IS 225 (88.28% from 255) = 39.75%
BLUE value IS 101 (39.84% from 255) = 17.84%
R=42.40%
G=39.75%
B=17.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.58
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022510100.060.580.0653.5382.2566.86
HexF0E165063A6365243
Octal3603411450672666122103
Binary11110000111000011100101011011101011011011010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E165; }

 p { color: rgb(240,225,101); }

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

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

 a { background-color: rgb(240,225,101); }

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

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

 span { border-color: rgb(240,225,101); }

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