#FAC669

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

Shades of Grandis #FAC669

Tints of Grandis #FAC669

Color information

#FAC669 (or 0xFAC669) is unknown color: approx Grandis. HEX triplet: FA, C6 and 69. RGB value is (250,198,105). Sum of RGB (Red+Green+Blue) = 250+198+105=553 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.21% from 553); Green value is 198 (77.73% from 255 or 35.80% from 553); Blue value is 105 (41.41% from 255 or 18.99% from 553); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC669 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC669 is #053996. Grayscale: #CBCBCB. Windows color (decimal): -342423 or 6932218. OLE color: 6932218.

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

Color convert

RGB250198105-
CMYK00.210.580.02
HSL38.48º93.55%69.61%-
HSV(B)38.48º58%98.04%-
XYZ62.1761.7322-
YUV202.9572.73161.56-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.21%
GREEN value IS 198 (77.73% from 255) = 35.80%
BLUE value IS 105 (41.41% from 255) = 18.99%
R=45.21%
G=35.80%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019810500.210.580.0238.4893.5569.61
HexFAC6690153A2265e46
Octal37230615102572246136106
Binary111110101100011011010010101011110101010011010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC669; }

 p { color: rgb(250,198,105); }

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

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

 a { background-color: rgb(250,198,105); }

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

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

 span { border-color: rgb(250,198,105); }

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