#F8DC77

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

Shades of Sweet Corn #F8DC77

Tints of Sweet Corn #F8DC77

Color information

#F8DC77 (or 0xF8DC77) is unknown color: approx Sweet Corn. HEX triplet: F8, DC and 77. RGB value is (248,220,119). Sum of RGB (Red+Green+Blue) = 248+220+119=587 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.25% from 587); Green value is 220 (86.33% from 255 or 37.48% from 587); Blue value is 119 (46.88% from 255 or 20.27% from 587); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DC77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8DC77 is #072388. Grayscale: #D9D9D9. Windows color (decimal): -467849 or 7855352. OLE color: 7855352.

HSL color Cylindrical-coordinate representation of color #F8DC77: hue angle of 46.98º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F8DC77 is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.03.

Color convert

RGB248220119-
CMYK00.110.520.03
HSL46.98º90.21%71.96%-
HSV(B)46.98º52.02%97.25%-
XYZ67.6372.4727.88-
YUV216.8672.78150.21-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.25%
GREEN value IS 220 (86.33% from 255) = 37.48%
BLUE value IS 119 (46.88% from 255) = 20.27%
R=42.25%
G=37.48%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.52
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822011900.110.520.0346.9890.2171.96
HexF8DC770B3432f5a48
Octal37033416701364357132110
Binary11111000110111001110111010111101001110111110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8DC77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8DC77; }

 p { color: rgb(248,220,119); }

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

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

 a { background-color: rgb(248,220,119); }

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

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

 span { border-color: rgb(248,220,119); }

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