#F6D66F

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

Shades of Sweet Corn #F6D66F

Tints of Sweet Corn #F6D66F

Color information

#F6D66F (or 0xF6D66F) is unknown color: approx Sweet Corn. HEX triplet: F6, D6 and 6F. RGB value is (246,214,111). Sum of RGB (Red+Green+Blue) = 246+214+111=571 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.08% from 571); Green value is 214 (83.98% from 255 or 37.48% from 571); Blue value is 111 (43.75% from 255 or 19.44% from 571); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D66F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6D66F is #092990. Grayscale: #D4D4D4. Windows color (decimal): -600465 or 7329526. OLE color: 7329526.

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

Color convert

RGB246214111-
CMYK00.130.550.04
HSL45.78º88.24%70%-
HSV(B)45.78º54.88%96.47%-
XYZ64.9268.8324.9-
YUV211.8371.1152.38-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.08%
GREEN value IS 214 (83.98% from 255) = 37.48%
BLUE value IS 111 (43.75% from 255) = 19.44%
R=43.08%
G=37.48%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.55
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24621411100.130.550.0445.7888.2470
HexF6D66F0D3742e5846
Octal36632615701567456130106
Binary111101101101011011011110110111011110010111010110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6D66F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6D66F; }

 p { color: rgb(246,214,111); }

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

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

 a { background-color: rgb(246,214,111); }

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

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

 span { border-color: rgb(246,214,111); }

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