#F6F45C

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

Shades of Corn #F6F45C

Tints of Corn #F6F45C

Color information

#F6F45C (or 0xF6F45C) is unknown color: approx Corn. HEX triplet: F6, F4 and 5C. RGB value is (246,244,92). Sum of RGB (Red+Green+Blue) = 246+244+92=582 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.27% from 582); Green value is 244 (95.70% from 255 or 41.92% from 582); Blue value is 92 (36.33% from 255 or 15.81% from 582); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F45C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F6F45C is #090BA3. Grayscale: #E3E3E3. Windows color (decimal): -592804 or 6092022. OLE color: 6092022.

HSL color Cylindrical-coordinate representation of color #F6F45C: hue angle of 59.22º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F6F45C is Cyan = 0, Magento = 0.01, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB24624492-
CMYK00.010.630.04
HSL59.22º89.53%66.27%-
HSV(B)59.22º62.6%96.47%-
XYZ72.2985.0722.73-
YUV227.2751.66141.36-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 42.27%
GREEN value IS 244 (95.70% from 255) = 41.92%
BLUE value IS 92 (36.33% from 255) = 15.81%
R=42.27%
G=41.92%
B=15.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.63
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2462449200.010.630.0459.2289.5366.27
HexF6F45C013F43b5a42
Octal3663641340177473132102
Binary111101101111010010111000111111110011101110110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6F45C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6F45C; }

 p { color: rgb(246,244,92); }

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

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

 a { background-color: rgb(246,244,92); }

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

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

 span { border-color: rgb(246,244,92); }

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