#F2E563

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

Shades of Corn #F2E563

Tints of Corn #F2E563

Color information

#F2E563 (or 0xF2E563) is unknown color: approx Corn. HEX triplet: F2, E5 and 63. RGB value is (242,229,99). Sum of RGB (Red+Green+Blue) = 242+229+99=570 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.46% from 570); Green value is 229 (89.84% from 255 or 40.18% from 570); Blue value is 99 (39.06% from 255 or 17.37% from 570); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E563 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E563 is #0D1A9C. Grayscale: #DADADA. Windows color (decimal): -858781 or 6546930. OLE color: 6546930.

HSL color Cylindrical-coordinate representation of color #F2E563: hue angle of 54.55º 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 #F2E563 is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB24222999-
CMYK00.050.590.05
HSL54.55º84.62%66.86%-
HSV(B)54.55º59.09%94.9%-
XYZ66.8975.8222.91-
YUV218.0760.81145.07-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.46%
GREEN value IS 229 (89.84% from 255) = 40.18%
BLUE value IS 99 (39.06% from 255) = 17.37%
R=42.46%
G=40.18%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422299900.050.590.0554.5584.6266.86
HexF2E563053B5375543
Octal3623451430573567125103
Binary11110010111001011100011010111101110111011110101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E563; }

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

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

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

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

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

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

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

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