#F9DC6E

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

Shades of Sweet Corn #F9DC6E

Tints of Sweet Corn #F9DC6E

Color information

#F9DC6E (or 0xF9DC6E) is unknown color: approx Sweet Corn. HEX triplet: F9, DC and 6E. RGB value is (249,220,110). Sum of RGB (Red+Green+Blue) = 249+220+110=579 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.01% from 579); Green value is 220 (86.33% from 255 or 38.00% from 579); Blue value is 110 (43.36% from 255 or 19.00% from 579); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DC6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9DC6E is #062391. Grayscale: #D8D8D8. Windows color (decimal): -402322 or 7265529. OLE color: 7265529.

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

Color convert

RGB249220110-
CMYK00.120.560.02
HSL47.48º92.05%70.39%-
HSV(B)47.48º55.82%97.65%-
XYZ67.4772.4525.18-
YUV216.1368.11151.44-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.01%
GREEN value IS 220 (86.33% from 255) = 38.00%
BLUE value IS 110 (43.36% from 255) = 19.00%
R=43.01%
G=38.00%
B=19.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.56
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24922011000.120.560.0247.4892.0570.39
HexF9DC6E0C3822f5c46
Octal37133415601470257134106
Binary11111001110111001101110011001110001010111110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DC6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9DC6E; }

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

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

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

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

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

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

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

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