#F9C96C

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

Shades of Grandis #F9C96C

Tints of Grandis #F9C96C

Color information

#F9C96C (or 0xF9C96C) is unknown color: approx Grandis. HEX triplet: F9, C9 and 6C. RGB value is (249,201,108). Sum of RGB (Red+Green+Blue) = 249+201+108=558 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.62% from 558); Green value is 201 (78.91% from 255 or 36.02% from 558); Blue value is 108 (42.58% from 255 or 19.35% from 558); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C96C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9C96C is #063693. Grayscale: #CDCDCD. Windows color (decimal): -407188 or 7129593. OLE color: 7129593.

HSL color Cylindrical-coordinate representation of color #F9C96C: hue angle of 39.57º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F9C96C is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB249201108-
CMYK00.190.570.02
HSL39.57º92.16%70%-
HSV(B)39.57º56.63%97.65%-
XYZ62.666323.04-
YUV204.7573.4159.56-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.62%
GREEN value IS 201 (78.91% from 255) = 36.02%
BLUE value IS 108 (42.58% from 255) = 19.35%
R=44.62%
G=36.02%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24920110800.190.570.0239.5792.1670
HexF9C96C013392285c46
Octal37131115402371250134106
Binary111110011100100111011000100111110011010100010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9C96C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9C96C; }

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

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

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

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

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

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

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

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