#F2E75C

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

Shades of Corn #F2E75C

Tints of Corn #F2E75C

Color information

#F2E75C (or 0xF2E75C) is unknown color: approx Corn. HEX triplet: F2, E7 and 5C. RGB value is (242,231,92). Sum of RGB (Red+Green+Blue) = 242+231+92=565 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.83% from 565); Green value is 231 (90.62% from 255 or 40.88% from 565); Blue value is 92 (36.33% from 255 or 16.28% from 565); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E75C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2E75C is #0D18A3. Grayscale: #DBDBDB. Windows color (decimal): -858276 or 6088690. OLE color: 6088690.

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

Color convert

RGB24223192-
CMYK00.050.620.05
HSL55.6º85.23%65.49%-
HSV(B)55.6º61.98%94.9%-
XYZ67.1376.821.41-
YUV218.4456.64144.8-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.83%
GREEN value IS 231 (90.62% from 255) = 40.88%
BLUE value IS 92 (36.33% from 255) = 16.28%
R=42.83%
G=40.88%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422319200.050.620.0555.685.2365.49
HexF2E75C053E5385541
Octal3623471340576570125101
Binary11110010111001111011100010111111010111100010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E75C; }

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

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

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

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

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

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

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

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