#F2E55A

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

Shades of Corn #F2E55A

Tints of Corn #F2E55A

Color information

#F2E55A (or 0xF2E55A) is unknown color: approx Corn. HEX triplet: F2, E5 and 5A. RGB value is (242,229,90). Sum of RGB (Red+Green+Blue) = 242+229+90=561 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.14% from 561); Green value is 229 (89.84% from 255 or 40.82% from 561); Blue value is 90 (35.55% from 255 or 16.04% from 561); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E55A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E55A is #0D1AA5. Grayscale: #D9D9D9. Windows color (decimal): -858790 or 5957106. OLE color: 5957106.

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

Color convert

RGB24222990-
CMYK00.050.630.05
HSL54.87º85.39%65.1%-
HSV(B)54.87º62.81%94.9%-
XYZ66.4875.6520.77-
YUV217.0456.31145.8-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.14%
GREEN value IS 229 (89.84% from 255) = 40.82%
BLUE value IS 90 (35.55% from 255) = 16.04%
R=43.14%
G=40.82%
B=16.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422299000.050.630.0554.8785.3965.1
HexF2E55A053F5375541
Octal3623451320577567125101
Binary11110010111001011011010010111111110111011110101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E55A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E55A; }

 p { color: rgb(242,229,90); }

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

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

 a { background-color: rgb(242,229,90); }

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

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

 span { border-color: rgb(242,229,90); }

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