#F8D76D

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

Shades of Sweet Corn #F8D76D

Tints of Sweet Corn #F8D76D

Color information

#F8D76D (or 0xF8D76D) is unknown color: approx Sweet Corn. HEX triplet: F8, D7 and 6D. RGB value is (248,215,109). Sum of RGB (Red+Green+Blue) = 248+215+109=572 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.36% from 572); Green value is 215 (84.38% from 255 or 37.59% from 572); Blue value is 109 (42.97% from 255 or 19.06% from 572); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D76D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D76D is #072892. Grayscale: #D5D5D5. Windows color (decimal): -469139 or 7198712. OLE color: 7198712.

HSL color Cylindrical-coordinate representation of color #F8D76D: hue angle of 45.76º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F8D76D is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.03.

Color convert

RGB248215109-
CMYK00.130.560.03
HSL45.76º90.85%70%-
HSV(B)45.76º56.05%97.25%-
XYZ65.7769.6624.45-
YUV212.7869.43153.12-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.36%
GREEN value IS 215 (84.38% from 255) = 37.59%
BLUE value IS 109 (42.97% from 255) = 19.06%
R=43.36%
G=37.59%
B=19.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.56
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24821510900.130.560.0345.7690.8570
HexF8D76D0D3832e5b46
Octal37032715501570356133106
Binary11111000110101111101101011011110001110111010110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D76D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D76D; }

 p { color: rgb(248,215,109); }

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

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

 a { background-color: rgb(248,215,109); }

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

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

 span { border-color: rgb(248,215,109); }

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