#F6DD6E

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

Shades of Sweet Corn #F6DD6E

Tints of Sweet Corn #F6DD6E

Color information

#F6DD6E (or 0xF6DD6E) is unknown color: approx Sweet Corn. HEX triplet: F6, DD and 6E. RGB value is (246,221,110). Sum of RGB (Red+Green+Blue) = 246+221+110=577 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.63% from 577); Green value is 221 (86.72% from 255 or 38.30% from 577); Blue value is 110 (43.36% from 255 or 19.06% from 577); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DD6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6DD6E is #092291. Grayscale: #D8D8D8. Windows color (decimal): -598674 or 7265782. OLE color: 7265782.

HSL color Cylindrical-coordinate representation of color #F6DD6E: hue angle of 48.97º 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 #F6DD6E is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.04.

Color convert

RGB246221110-
CMYK00.100.550.04
HSL48.97º88.31%69.8%-
HSV(B)48.97º55.28%96.47%-
XYZ66.6872.4325.22-
YUV215.8268.28149.53-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 42.63%
GREEN value IS 221 (86.72% from 255) = 38.30%
BLUE value IS 110 (43.36% from 255) = 19.06%
R=42.63%
G=38.30%
B=19.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.55
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24622111000.100.550.0448.9788.3169.8
HexF6DD6E0A374315846
Octal36633515601267461130106
Binary111101101101110111011100101011011110011000110110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DD6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DD6E; }

 p { color: rgb(246,221,110); }

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

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

 a { background-color: rgb(246,221,110); }

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

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

 span { border-color: rgb(246,221,110); }

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