#FAD471

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

Shades of Grandis #FAD471

Tints of Grandis #FAD471

Color information

#FAD471 (or 0xFAD471) is unknown color: approx Grandis. HEX triplet: FA, D4 and 71. RGB value is (250,212,113). Sum of RGB (Red+Green+Blue) = 250+212+113=575 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.48% from 575); Green value is 212 (83.20% from 255 or 36.87% from 575); Blue value is 113 (44.53% from 255 or 19.65% from 575); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD471 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD471 is #052B8E. Grayscale: #D4D4D4. Windows color (decimal): -338831 or 7460090. OLE color: 7460090.

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

Color convert

RGB250212113-
CMYK00.150.550.02
HSL43.36º93.2%71.18%-
HSV(B)43.36º54.8%98.04%-
XYZ65.9568.625.39-
YUV212.0872.09155.05-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.48%
GREEN value IS 212 (83.20% from 255) = 36.87%
BLUE value IS 113 (44.53% from 255) = 19.65%
R=43.48%
G=36.87%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021211300.150.550.0243.3693.271.18
HexFAD4710F3722b5d47
Octal37232416101767253135107
Binary11111010110101001110001011111101111010101110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD471; }

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

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

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

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

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

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

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

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