#F9DC76

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

Shades of Sweet Corn #F9DC76

Tints of Sweet Corn #F9DC76

Color information

#F9DC76 (or 0xF9DC76) is unknown color: approx Sweet Corn. HEX triplet: F9, DC and 76. RGB value is (249,220,118). Sum of RGB (Red+Green+Blue) = 249+220+118=587 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.42% from 587); Green value is 220 (86.33% from 255 or 37.48% from 587); Blue value is 118 (46.48% from 255 or 20.10% from 587); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DC76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9DC76 is #062389. Grayscale: #D9D9D9. Windows color (decimal): -402314 or 7789817. OLE color: 7789817.

HSL color Cylindrical-coordinate representation of color #F9DC76: hue angle of 46.72º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F9DC76 is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB249220118-
CMYK00.120.530.02
HSL46.72º91.61%71.96%-
HSV(B)46.72º52.61%97.65%-
XYZ67.9372.6327.58-
YUV217.0472.11150.79-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.42%
GREEN value IS 220 (86.33% from 255) = 37.48%
BLUE value IS 118 (46.48% from 255) = 20.10%
R=42.42%
G=37.48%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24922011800.120.530.0246.7291.6171.96
HexF9DC760C3522f5c48
Octal37133416601465257134110
Binary11111001110111001110110011001101011010111110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DC76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9DC76; }

 p { color: rgb(249,220,118); }

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

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

 a { background-color: rgb(249,220,118); }

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

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

 span { border-color: rgb(249,220,118); }

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