#F9DC74

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

Shades of Sweet Corn #F9DC74

Tints of Sweet Corn #F9DC74

Color information

#F9DC74 (or 0xF9DC74) is unknown color: approx Sweet Corn. HEX triplet: F9, DC and 74. RGB value is (249,220,116). Sum of RGB (Red+Green+Blue) = 249+220+116=585 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.56% from 585); Green value is 220 (86.33% from 255 or 37.61% from 585); Blue value is 116 (45.70% from 255 or 19.83% from 585); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DC74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9DC74 is #06238B. Grayscale: #D9D9D9. Windows color (decimal): -402316 or 7658745. OLE color: 7658745.

HSL color Cylindrical-coordinate representation of color #F9DC74: hue angle of 46.92º 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 #F9DC74 is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB249220116-
CMYK00.120.530.02
HSL46.92º91.72%71.57%-
HSV(B)46.92º53.41%97.65%-
XYZ67.8172.5926.96-
YUV216.8171.11150.96-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.56%
GREEN value IS 220 (86.33% from 255) = 37.61%
BLUE value IS 116 (45.70% from 255) = 19.83%
R=42.56%
G=37.61%
B=19.83%

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
Decimal24922011600.120.530.0246.9291.7271.57
HexF9DC740C3522f5c48
Octal37133416401465257134110
Binary11111001110111001110100011001101011010111110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DC74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9DC74; }

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

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

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

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

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

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

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

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