#F2EC5C

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

Shades of Corn #F2EC5C

Tints of Corn #F2EC5C

Color information

#F2EC5C (or 0xF2EC5C) is unknown color: approx Corn. HEX triplet: F2, EC and 5C. RGB value is (242,236,92). Sum of RGB (Red+Green+Blue) = 242+236+92=570 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.46% from 570); Green value is 236 (92.58% from 255 or 41.40% from 570); Blue value is 92 (36.33% from 255 or 16.14% from 570); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EC5C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2EC5C is #0D13A3. Grayscale: #DDDDDD. Windows color (decimal): -856996 or 6089970. OLE color: 6089970.

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

Color convert

RGB24223692-
CMYK00.020.620.05
HSL57.6º85.23%65.49%-
HSV(B)57.6º61.98%94.9%-
XYZ68.5579.6421.88-
YUV221.3854.99142.71-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.46%
GREEN value IS 236 (92.58% from 255) = 41.40%
BLUE value IS 92 (36.33% from 255) = 16.14%
R=42.46%
G=41.40%
B=16.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422369200.020.620.0557.685.2365.49
HexF2EC5C023E53a5541
Octal3623541340276572125101
Binary1111001011101100101110001011111010111101010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EC5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EC5C; }

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

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

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

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

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

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

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

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