#F9DA70

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

Shades of Sweet Corn #F9DA70

Tints of Sweet Corn #F9DA70

Color information

#F9DA70 (or 0xF9DA70) is unknown color: approx Sweet Corn. HEX triplet: F9, DA and 70. RGB value is (249,218,112). Sum of RGB (Red+Green+Blue) = 249+218+112=579 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.01% from 579); Green value is 218 (85.55% from 255 or 37.65% from 579); Blue value is 112 (44.14% from 255 or 19.34% from 579); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DA70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9DA70 is #06258F. Grayscale: #D7D7D7. Windows color (decimal): -402832 or 7396089. OLE color: 7396089.

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

Color convert

RGB249218112-
CMYK00.120.550.02
HSL46.42º91.95%70.78%-
HSV(B)46.42º55.02%97.65%-
XYZ67.0671.4525.59-
YUV215.1869.77152.12-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.01%
GREEN value IS 218 (85.55% from 255) = 37.65%
BLUE value IS 112 (44.14% from 255) = 19.34%
R=43.01%
G=37.65%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24921811200.120.550.0246.4291.9570.78
HexF9DA700C3722e5c47
Octal37133216001467256134107
Binary11111001110110101110000011001101111010111010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9DA70; }

 p { color: rgb(249,218,112); }

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

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

 a { background-color: rgb(249,218,112); }

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

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

 span { border-color: rgb(249,218,112); }

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