#FAC765

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

Shades of Grandis #FAC765

Tints of Grandis #FAC765

Color information

#FAC765 (or 0xFAC765) is unknown color: approx Grandis. HEX triplet: FA, C7 and 65. RGB value is (250,199,101). Sum of RGB (Red+Green+Blue) = 250+199+101=550 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.45% from 550); Green value is 199 (78.12% from 255 or 36.18% from 550); Blue value is 101 (39.84% from 255 or 18.36% from 550); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC765 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC765 is #05389A. Grayscale: #CBCBCB. Windows color (decimal): -342171 or 6670330. OLE color: 6670330.

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

Color convert

RGB250199101-
CMYK00.200.600.02
HSL39.46º93.71%68.82%-
HSV(B)39.46º59.6%98.04%-
XYZ62.262.1121.02-
YUV203.0870.4161.47-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.45%
GREEN value IS 199 (78.12% from 255) = 36.18%
BLUE value IS 101 (39.84% from 255) = 18.36%
R=45.45%
G=36.18%
B=18.36%

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
Decimal25019910100.200.600.0239.4693.7168.82
HexFAC7650143C2275e45
Octal37230714502474247136105
Binary111110101100011111001010101001111001010011110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC765; }

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

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

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

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

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

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

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

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