#FAC569

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

Shades of Grandis #FAC569

Tints of Grandis #FAC569

Color information

#FAC569 (or 0xFAC569) is unknown color: approx Grandis. HEX triplet: FA, C5 and 69. RGB value is (250,197,105). Sum of RGB (Red+Green+Blue) = 250+197+105=552 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.29% from 552); Green value is 197 (77.34% from 255 or 35.69% from 552); Blue value is 105 (41.41% from 255 or 19.02% from 552); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC569 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC569 is #053A96. Grayscale: #CACACA. Windows color (decimal): -342679 or 6931962. OLE color: 6931962.

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

Color convert

RGB250197105-
CMYK00.210.580.02
HSL38.07º93.55%69.61%-
HSV(B)38.07º58%98.04%-
XYZ61.9461.2821.93-
YUV202.3673.06161.98-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.29%
GREEN value IS 197 (77.34% from 255) = 35.69%
BLUE value IS 105 (41.41% from 255) = 19.02%
R=45.29%
G=35.69%
B=19.02%

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
Decimal25019710500.210.580.0238.0793.5569.61
HexFAC5690153A2265e46
Octal37230515102572246136106
Binary111110101100010111010010101011110101010011010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC569; }

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

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

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

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

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

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

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

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