#F9C96D

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

Shades of Grandis #F9C96D

Tints of Grandis #F9C96D

Color information

#F9C96D (or 0xF9C96D) is unknown color: approx Grandis. HEX triplet: F9, C9 and 6D. RGB value is (249,201,109). Sum of RGB (Red+Green+Blue) = 249+201+109=559 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.54% from 559); Green value is 201 (78.91% from 255 or 35.96% from 559); Blue value is 109 (42.97% from 255 or 19.50% from 559); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C96D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9C96D is #063692. Grayscale: #CDCDCD. Windows color (decimal): -407187 or 7195129. OLE color: 7195129.

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

Color convert

RGB249201109-
CMYK00.190.560.02
HSL39.43º92.11%70.2%-
HSV(B)39.43º56.22%97.65%-
XYZ62.7163.0223.33-
YUV204.8673.9159.48-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.54%
GREEN value IS 201 (78.91% from 255) = 35.96%
BLUE value IS 109 (42.97% from 255) = 19.50%
R=44.54%
G=35.96%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.56
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24920110900.190.560.0239.4392.1170.2
HexF9C96D013382275c46
Octal37131115502370247134106
Binary111110011100100111011010100111110001010011110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9C96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9C96D; }

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

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

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

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

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

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

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

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