#F6D96C

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

Shades of Sweet Corn #F6D96C

Tints of Sweet Corn #F6D96C

Color information

#F6D96C (or 0xF6D96C) is unknown color: approx Sweet Corn. HEX triplet: F6, D9 and 6C. RGB value is (246,217,108). Sum of RGB (Red+Green+Blue) = 246+217+108=571 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.08% from 571); Green value is 217 (85.16% from 255 or 38.00% from 571); Blue value is 108 (42.58% from 255 or 18.91% from 571); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D96C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6D96C is #092693. Grayscale: #D5D5D5. Windows color (decimal): -599700 or 7133686. OLE color: 7133686.

HSL color Cylindrical-coordinate representation of color #F6D96C: hue angle of 47.39º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F6D96C is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB246217108-
CMYK00.120.560.04
HSL47.39º88.46%69.41%-
HSV(B)47.39º56.1%96.47%-
XYZ65.5370.324.3-
YUV213.2468.61151.36-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.08%
GREEN value IS 217 (85.16% from 255) = 38.00%
BLUE value IS 108 (42.58% from 255) = 18.91%
R=43.08%
G=38.00%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.56
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24621710800.120.560.0447.3988.4669.41
HexF6D96C0C3842f5845
Octal36633115401470457130105
Binary111101101101100111011000110011100010010111110110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6D96C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6D96C; }

 p { color: rgb(246,217,108); }

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

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

 a { background-color: rgb(246,217,108); }

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

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

 span { border-color: rgb(246,217,108); }

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