#F2E461

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

Shades of Corn #F2E461

Tints of Corn #F2E461

Color information

#F2E461 (or 0xF2E461) is unknown color: approx Corn. HEX triplet: F2, E4 and 61. RGB value is (242,228,97). Sum of RGB (Red+Green+Blue) = 242+228+97=567 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.68% from 567); Green value is 228 (89.45% from 255 or 40.21% from 567); Blue value is 97 (38.28% from 255 or 17.11% from 567); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E461 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E461 is #0D1B9E. Grayscale: #D9D9D9. Windows color (decimal): -859039 or 6415602. OLE color: 6415602.

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

Color convert

RGB24222897-
CMYK00.060.600.05
HSL54.21º84.8%66.47%-
HSV(B)54.21º59.92%94.9%-
XYZ66.5275.2322.32-
YUV217.2560.14145.65-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.68%
GREEN value IS 228 (89.45% from 255) = 40.21%
BLUE value IS 97 (38.28% from 255) = 17.11%
R=42.68%
G=40.21%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422289700.060.600.0554.2184.866.47
HexF2E461063C5365542
Octal3623441410674566125102
Binary11110010111001001100001011011110010111011010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E461; }

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

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

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

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

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

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

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

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