#F8C96C

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

Shades of Grandis #F8C96C

Tints of Grandis #F8C96C

Color information

#F8C96C (or 0xF8C96C) is unknown color: approx Grandis. HEX triplet: F8, C9 and 6C. RGB value is (248,201,108). Sum of RGB (Red+Green+Blue) = 248+201+108=557 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.52% from 557); Green value is 201 (78.91% from 255 or 36.09% from 557); Blue value is 108 (42.58% from 255 or 19.39% from 557); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C96C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C96C is #073693. Grayscale: #CCCCCC. Windows color (decimal): -472724 or 7129592. OLE color: 7129592.

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

Color convert

RGB248201108-
CMYK00.190.560.03
HSL39.86º90.91%69.8%-
HSV(B)39.86º56.45%97.25%-
XYZ62.362.8123.03-
YUV204.4573.57159.06-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.52%
GREEN value IS 201 (78.91% from 255) = 36.09%
BLUE value IS 108 (42.58% from 255) = 19.39%
R=44.52%
G=36.09%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.56
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820110800.190.560.0339.8690.9169.8
HexF8C96C013383285b46
Octal37031115402370350133106
Binary111110001100100111011000100111110001110100010110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C96C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C96C; }

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

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

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

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

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

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

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

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