#F6DE6E

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

Shades of Sweet Corn #F6DE6E

Tints of Sweet Corn #F6DE6E

Color information

#F6DE6E (or 0xF6DE6E) is unknown color: approx Sweet Corn. HEX triplet: F6, DE and 6E. RGB value is (246,222,110). Sum of RGB (Red+Green+Blue) = 246+222+110=578 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.56% from 578); Green value is 222 (87.11% from 255 or 38.41% from 578); Blue value is 110 (43.36% from 255 or 19.03% from 578); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DE6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6DE6E is #092191. Grayscale: #D8D8D8. Windows color (decimal): -598418 or 7266038. OLE color: 7266038.

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

Color convert

RGB246222110-
CMYK00.100.550.04
HSL49.41º88.31%69.8%-
HSV(B)49.41º55.28%96.47%-
XYZ66.9472.9625.31-
YUV216.4167.95149.11-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 42.56%
GREEN value IS 222 (87.11% from 255) = 38.41%
BLUE value IS 110 (43.36% from 255) = 19.03%
R=42.56%
G=38.41%
B=19.03%

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
Decimal24622211000.100.550.0449.4188.3169.8
HexF6DE6E0A374315846
Octal36633615601267461130106
Binary111101101101111011011100101011011110011000110110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DE6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DE6E; }

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

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

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

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

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

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

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

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