Shades of Grandis #FAD471
Tints of Grandis #FAD471
RGB
CMYK
RGB Variations
Color information
#FAD471 (or 0xFAD471) is known color: 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
| RGB | 250 | 212 | 113 | - |
| CMYK | 0 | 0.15 | 0.55 | 0.02 |
| HSL | 43.36º | 0.93% | 0.71% | - |
| HSV(B) | 43.36º | 0.55% | 0.98% | - |
| XYZ | 65.95 | 68.6 | 25.39 | - |
| YUV | 212.08 | 72.09 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 212 | 113 | 0 | 0.15 | 0.55 | 0.02 | 43.36 | 0.93 | 0.71 |
| Hex | FA | D4 | 71 | 0 | F | 37 | 2 | 2B | 5D | 47 |
| Octal | 372 | 324 | 161 | 0 | 17 | 67 | 2 | 53 | 135 | 107 |
| Binary | 11111010 | 11010100 | 1110001 | 0 | 1111 | 110111 | 10 | 101011 | 1011101 | 1000111 |
Color Harmonies of #FAD471
Complementary color
Monochromatic Colors of #FAD471
Black with #FAD471
Text Example
Text Example
White with #FAD471
Text Example
Text Example
HTML Codes & Css Web 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>