#F2E468

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

Shades of Corn #F2E468

Tints of Corn #F2E468

Color information

#F2E468 (or 0xF2E468) is unknown color: approx Corn. HEX triplet: F2, E4 and 68. RGB value is (242,228,104). Sum of RGB (Red+Green+Blue) = 242+228+104=574 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.16% from 574); Green value is 228 (89.45% from 255 or 39.72% from 574); Blue value is 104 (41.02% from 255 or 18.12% from 574); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E468 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E468 is #0D1B97. Grayscale: #DADADA. Windows color (decimal): -859032 or 6874354. OLE color: 6874354.

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

Color convert

RGB242228104-
CMYK00.060.570.05
HSL53.91º84.15%67.84%-
HSV(B)53.91º57.02%94.9%-
XYZ66.8675.3624.12-
YUV218.0563.64145.08-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.16%
GREEN value IS 228 (89.45% from 255) = 39.72%
BLUE value IS 104 (41.02% from 255) = 18.12%
R=42.16%
G=39.72%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222810400.060.570.0553.9184.1567.84
HexF2E46806395365444
Octal3623441500671566124104
Binary11110010111001001101000011011100110111011010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E468; }

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

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

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

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

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

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

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

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