#FACF71

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

Shades of Grandis #FACF71

Tints of Grandis #FACF71

Color information

#FACF71 (or 0xFACF71) is unknown color: approx Grandis. HEX triplet: FA, CF and 71. RGB value is (250,207,113). Sum of RGB (Red+Green+Blue) = 250+207+113=570 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.86% from 570); Green value is 207 (81.25% from 255 or 36.32% from 570); Blue value is 113 (44.53% from 255 or 19.82% from 570); Max value from RGB is 250 - color contains mainly: red. Hex color #FACF71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACF71 is #05308E. Grayscale: #D1D1D1. Windows color (decimal): -340111 or 7458810. OLE color: 7458810.

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

Color convert

RGB250207113-
CMYK00.170.550.02
HSL41.17º93.2%71.18%-
HSV(B)41.17º54.8%98.04%-
XYZ64.7266.1424.98-
YUV209.1473.75157.14-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.86%
GREEN value IS 207 (81.25% from 255) = 36.32%
BLUE value IS 113 (44.53% from 255) = 19.82%
R=43.86%
G=36.32%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020711300.170.550.0241.1793.271.18
HexFACF71011372295d47
Octal37231716102167251135107
Binary111110101100111111100010100011101111010100110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACF71; }

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

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

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

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

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

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

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

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