#F8D76C

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

Shades of Sweet Corn #F8D76C

Tints of Sweet Corn #F8D76C

Color information

#F8D76C (or 0xF8D76C) is unknown color: approx Sweet Corn. HEX triplet: F8, D7 and 6C. RGB value is (248,215,108). Sum of RGB (Red+Green+Blue) = 248+215+108=571 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.43% from 571); Green value is 215 (84.38% from 255 or 37.65% from 571); Blue value is 108 (42.58% from 255 or 18.91% from 571); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D76C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D76C is #072893. Grayscale: #D5D5D5. Windows color (decimal): -469140 or 7133176. OLE color: 7133176.

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

Color convert

RGB248215108-
CMYK00.130.560.03
HSL45.86º90.91%69.8%-
HSV(B)45.86º56.45%97.25%-
XYZ65.7269.6424.17-
YUV212.6768.93153.2-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.43%
GREEN value IS 215 (84.38% from 255) = 37.65%
BLUE value IS 108 (42.58% from 255) = 18.91%
R=43.43%
G=37.65%
B=18.91%

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
Decimal24821510800.130.560.0345.8690.9169.8
HexF8D76C0D3832e5b46
Octal37032715401570356133106
Binary11111000110101111101100011011110001110111010110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D76C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D76C; }

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

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

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

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

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

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

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

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