#FACC71

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

Shades of Grandis #FACC71

Tints of Grandis #FACC71

Color information

#FACC71 (or 0xFACC71) is unknown color: approx Grandis. HEX triplet: FA, CC and 71. RGB value is (250,204,113). Sum of RGB (Red+Green+Blue) = 250+204+113=567 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.09% from 567); Green value is 204 (80.08% from 255 or 35.98% from 567); Blue value is 113 (44.53% from 255 or 19.93% from 567); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACC71 is #05338E. Grayscale: #CFCFCF. Windows color (decimal): -340879 or 7458042. OLE color: 7458042.

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

Color convert

RGB250204113-
CMYK00.180.550.02
HSL39.85º93.2%71.18%-
HSV(B)39.85º54.8%98.04%-
XYZ6464.724.74-
YUV207.3874.74158.4-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.09%
GREEN value IS 204 (80.08% from 255) = 35.98%
BLUE value IS 113 (44.53% from 255) = 19.93%
R=44.09%
G=35.98%
B=19.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020411300.180.550.0239.8593.271.18
HexFACC71012372285d47
Octal37231416102267250135107
Binary111110101100110011100010100101101111010100010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACC71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACC71; }

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

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

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

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

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

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

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

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