#F9D76E

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

Shades of Sweet Corn #F9D76E

Tints of Sweet Corn #F9D76E

Color information

#F9D76E (or 0xF9D76E) is unknown color: approx Sweet Corn. HEX triplet: F9, D7 and 6E. RGB value is (249,215,110). Sum of RGB (Red+Green+Blue) = 249+215+110=574 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.38% from 574); Green value is 215 (84.38% from 255 or 37.46% from 574); Blue value is 110 (43.36% from 255 or 19.16% from 574); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D76E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9D76E is #062891. Grayscale: #D5D5D5. Windows color (decimal): -403602 or 7264249. OLE color: 7264249.

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

Color convert

RGB249215110-
CMYK00.140.560.02
HSL45.32º92.05%70.39%-
HSV(B)45.32º55.82%97.65%-
XYZ66.1869.8724.75-
YUV213.269.76153.54-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.38%
GREEN value IS 215 (84.38% from 255) = 37.46%
BLUE value IS 110 (43.36% from 255) = 19.16%
R=43.38%
G=37.46%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.56
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24921511000.140.560.0245.3292.0570.39
HexF9D76E0E3822d5c46
Octal37132715601670255134106
Binary11111001110101111101110011101110001010110110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9D76E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9D76E; }

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

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

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

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

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

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

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

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