#F9C664

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

Shades of Grandis #F9C664

Tints of Grandis #F9C664

Color information

#F9C664 (or 0xF9C664) is unknown color: approx Grandis. HEX triplet: F9, C6 and 64. RGB value is (249,198,100). Sum of RGB (Red+Green+Blue) = 249+198+100=547 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.52% from 547); Green value is 198 (77.73% from 255 or 36.20% from 547); Blue value is 100 (39.45% from 255 or 18.28% from 547); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C664 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9C664 is #06399B. Grayscale: #CACACA. Windows color (decimal): -407964 or 6604537. OLE color: 6604537.

HSL color Cylindrical-coordinate representation of color #F9C664: hue angle of 39.46º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F9C664 is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB249198100-
CMYK00.200.600.02
HSL39.46º92.55%68.43%-
HSV(B)39.46º59.84%97.65%-
XYZ61.5661.4520.67-
YUV202.0870.4161.47-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 45.52%
GREEN value IS 198 (77.73% from 255) = 36.20%
BLUE value IS 100 (39.45% from 255) = 18.28%
R=45.52%
G=36.20%
B=18.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.60
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24919810000.200.600.0239.4692.5568.43
HexF9C6640143C2275d44
Octal37130614402474247135104
Binary111110011100011011001000101001111001010011110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9C664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9C664; }

 p { color: rgb(249,198,100); }

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

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

 a { background-color: rgb(249,198,100); }

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

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

 span { border-color: rgb(249,198,100); }

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