#F9C66A

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

Shades of Grandis #F9C66A

Tints of Grandis #F9C66A

Color information

#F9C66A (or 0xF9C66A) is unknown color: approx Grandis. HEX triplet: F9, C6 and 6A. RGB value is (249,198,106). Sum of RGB (Red+Green+Blue) = 249+198+106=553 (73% of max value = 765). Red value is 249 (97.66% from 255 or 45.03% from 553); Green value is 198 (77.73% from 255 or 35.80% from 553); Blue value is 106 (41.80% from 255 or 19.17% from 553); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C66A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9C66A is #063995. Grayscale: #CBCBCB. Windows color (decimal): -407958 or 6997753. OLE color: 6997753.

HSL color Cylindrical-coordinate representation of color #F9C66A: hue angle of 38.6º 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 #F9C66A is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB249198106-
CMYK00.200.570.02
HSL38.6º92.26%69.61%-
HSV(B)38.6º57.43%97.65%-
XYZ61.8661.5722.26-
YUV202.7673.4160.98-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 45.03%
GREEN value IS 198 (77.73% from 255) = 35.80%
BLUE value IS 106 (41.80% from 255) = 19.17%
R=45.03%
G=35.80%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24919810600.200.570.0238.692.2669.61
HexF9C66A014392275c46
Octal37130615202471247134106
Binary111110011100011011010100101001110011010011110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9C66A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9C66A; }

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

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

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

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

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

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

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

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