#FAC769

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

Shades of Grandis #FAC769

Tints of Grandis #FAC769

Color information

#FAC769 (or 0xFAC769) is unknown color: approx Grandis. HEX triplet: FA, C7 and 69. RGB value is (250,199,105). Sum of RGB (Red+Green+Blue) = 250+199+105=554 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.13% from 554); Green value is 199 (78.12% from 255 or 35.92% from 554); Blue value is 105 (41.41% from 255 or 18.95% from 554); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC769 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC769 is #053896. Grayscale: #CBCBCB. Windows color (decimal): -342167 or 6932474. OLE color: 6932474.

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

Color convert

RGB250199105-
CMYK00.200.580.02
HSL38.9º93.55%69.61%-
HSV(B)38.9º58%98.04%-
XYZ62.462.1922.08-
YUV203.5372.4161.14-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.13%
GREEN value IS 199 (78.12% from 255) = 35.92%
BLUE value IS 105 (41.41% from 255) = 18.95%
R=45.13%
G=35.92%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019910500.200.580.0238.993.5569.61
HexFAC7690143A2275e46
Octal37230715102472247136106
Binary111110101100011111010010101001110101010011110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC769; }

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

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

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

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

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

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

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

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