#F2E464

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

Shades of Corn #F2E464

Tints of Corn #F2E464

Color information

#F2E464 (or 0xF2E464) is unknown color: approx Corn. HEX triplet: F2, E4 and 64. RGB value is (242,228,100). Sum of RGB (Red+Green+Blue) = 242+228+100=570 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.46% from 570); Green value is 228 (89.45% from 255 or 40% from 570); Blue value is 100 (39.45% from 255 or 17.54% from 570); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E464 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E464 is #0D1B9B. Grayscale: #DADADA. Windows color (decimal): -859036 or 6612210. OLE color: 6612210.

HSL color Cylindrical-coordinate representation of color #F2E464: hue angle of 54.08º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F2E464 is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB242228100-
CMYK00.060.590.05
HSL54.08º84.52%67.06%-
HSV(B)54.08º58.68%94.9%-
XYZ66.6675.2823.07-
YUV217.5961.64145.41-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.46%
GREEN value IS 228 (89.45% from 255) = 40%
BLUE value IS 100 (39.45% from 255) = 17.54%
R=42.46%
G=40%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222810000.060.590.0554.0884.5267.06
HexF2E464063B5365543
Octal3623441440673566125103
Binary11110010111001001100100011011101110111011010101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E464; }

 p { color: rgb(242,228,100); }

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

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

 a { background-color: rgb(242,228,100); }

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

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

 span { border-color: rgb(242,228,100); }

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