#F9DE7D

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

Shades of Sweet Corn #F9DE7D

Tints of Sweet Corn #F9DE7D

Color information

#F9DE7D (or 0xF9DE7D) is unknown color: approx Sweet Corn. HEX triplet: F9, DE and 7D. RGB value is (249,222,125). Sum of RGB (Red+Green+Blue) = 249+222+125=596 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.78% from 596); Green value is 222 (87.11% from 255 or 37.25% from 596); Blue value is 125 (49.22% from 255 or 20.97% from 596); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DE7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9DE7D is #062182. Grayscale: #DBDBDB. Windows color (decimal): -401795 or 8249081. OLE color: 8249081.

HSL color Cylindrical-coordinate representation of color #F9DE7D: hue angle of 46.94º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F9DE7D is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB249222125-
CMYK00.110.500.02
HSL46.94º91.18%73.33%-
HSV(B)46.94º49.8%97.65%-
XYZ68.8973.8630.03-
YUV219.0274.95149.39-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 41.78%
GREEN value IS 222 (87.11% from 255) = 37.25%
BLUE value IS 125 (49.22% from 255) = 20.97%
R=41.78%
G=37.25%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24922212500.110.500.0246.9491.1873.33
HexF9DE7D0B3222f5b49
Octal37133617501362257133111
Binary11111001110111101111101010111100101010111110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9DE7D; }

 p { color: rgb(249,222,125); }

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

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

 a { background-color: rgb(249,222,125); }

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

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

 span { border-color: rgb(249,222,125); }

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