#F8D96F

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

Shades of Sweet Corn #F8D96F

Tints of Sweet Corn #F8D96F

Color information

#F8D96F (or 0xF8D96F) is unknown color: approx Sweet Corn. HEX triplet: F8, D9 and 6F. RGB value is (248,217,111). Sum of RGB (Red+Green+Blue) = 248+217+111=576 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.06% from 576); Green value is 217 (85.16% from 255 or 37.67% from 576); Blue value is 111 (43.75% from 255 or 19.27% from 576); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D96F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D96F is #072690. Grayscale: #D6D6D6. Windows color (decimal): -468625 or 7330296. OLE color: 7330296.

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

Color convert

RGB248217111-
CMYK00.120.550.03
HSL46.42º90.73%70.39%-
HSV(B)46.42º55.24%97.25%-
XYZ66.3970.7325.19-
YUV214.1869.77152.12-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.06%
GREEN value IS 217 (85.16% from 255) = 37.67%
BLUE value IS 111 (43.75% from 255) = 19.27%
R=43.06%
G=37.67%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.55
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24821711100.120.550.0346.4290.7370.39
HexF8D96F0C3732e5b46
Octal37033115701467356133106
Binary11111000110110011101111011001101111110111010110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D96F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D96F; }

 p { color: rgb(248,217,111); }

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

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

 a { background-color: rgb(248,217,111); }

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

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

 span { border-color: rgb(248,217,111); }

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