#FACC76

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

Shades of Grandis #FACC76

Tints of Grandis #FACC76

Color information

#FACC76 (or 0xFACC76) is unknown color: approx Grandis. HEX triplet: FA, CC and 76. RGB value is (250,204,118). Sum of RGB (Red+Green+Blue) = 250+204+118=572 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.71% from 572); Green value is 204 (80.08% from 255 or 35.66% from 572); Blue value is 118 (46.48% from 255 or 20.63% from 572); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACC76 is #053389. Grayscale: #D0D0D0. Windows color (decimal): -340874 or 7785722. OLE color: 7785722.

HSL color Cylindrical-coordinate representation of color #FACC76: hue angle of 39.09º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FACC76 is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB250204118-
CMYK00.180.530.02
HSL39.09º92.96%72.16%-
HSV(B)39.09º52.8%98.04%-
XYZ64.2964.8226.26-
YUV207.9577.24157.99-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.71%
GREEN value IS 204 (80.08% from 255) = 35.66%
BLUE value IS 118 (46.48% from 255) = 20.63%
R=43.71%
G=35.66%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020411800.180.530.0239.0992.9672.16
HexFACC76012352275d48
Octal37231416602265247135110
Binary111110101100110011101100100101101011010011110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACC76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACC76; }

 p { color: rgb(250,204,118); }

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

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

 a { background-color: rgb(250,204,118); }

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

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

 span { border-color: rgb(250,204,118); }

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