#F0E261

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

Shades of Corn #F0E261

Tints of Corn #F0E261

Color information

#F0E261 (or 0xF0E261) is unknown color: approx Corn. HEX triplet: F0, E2 and 61. RGB value is (240,226,97). Sum of RGB (Red+Green+Blue) = 240+226+97=563 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.63% from 563); Green value is 226 (88.67% from 255 or 40.14% from 563); Blue value is 97 (38.28% from 255 or 17.23% from 563); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E261 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0E261 is #0F1D9E. Grayscale: #D8D8D8. Windows color (decimal): -990623 or 6415088. OLE color: 6415088.

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

Color convert

RGB24022697-
CMYK00.060.600.06
HSL54.13º82.66%66.08%-
HSV(B)54.13º59.58%94.12%-
XYZ65.2973.7822.11-
YUV215.4861.14145.49-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.63%
GREEN value IS 226 (88.67% from 255) = 40.14%
BLUE value IS 97 (38.28% from 255) = 17.23%
R=42.63%
G=40.14%
B=17.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.60
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402269700.060.600.0654.1382.6666.08
HexF0E261063C6365342
Octal3603421410674666123102
Binary11110000111000101100001011011110011011011010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E261; }

 p { color: rgb(240,226,97); }

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

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

 a { background-color: rgb(240,226,97); }

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

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

 span { border-color: rgb(240,226,97); }

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