#F2E761

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

Shades of Corn #F2E761

Tints of Corn #F2E761

Color information

#F2E761 (or 0xF2E761) is unknown color: approx Corn. HEX triplet: F2, E7 and 61. RGB value is (242,231,97). Sum of RGB (Red+Green+Blue) = 242+231+97=570 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.46% from 570); Green value is 231 (90.62% from 255 or 40.53% from 570); Blue value is 97 (38.28% from 255 or 17.02% from 570); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E761 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2E761 is #0D189E. Grayscale: #DBDBDB. Windows color (decimal): -858271 or 6416370. OLE color: 6416370.

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

Color convert

RGB24223197-
CMYK00.050.600.05
HSL55.45º84.8%66.47%-
HSV(B)55.45º59.92%94.9%-
XYZ67.3576.8922.6-
YUV219.0159.14144.4-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.46%
GREEN value IS 231 (90.62% from 255) = 40.53%
BLUE value IS 97 (38.28% from 255) = 17.02%
R=42.46%
G=40.53%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422319700.050.600.0555.4584.866.47
HexF2E761053C5375542
Octal3623471410574567125102
Binary11110010111001111100001010111110010111011110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E761; }

 p { color: rgb(242,231,97); }

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

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

 a { background-color: rgb(242,231,97); }

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

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

 span { border-color: rgb(242,231,97); }

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