Shades of Grandis #FAC965
Tints of Grandis #FAC965
RGB
CMYK
RGB Variations
Color information
#FAC965 (or 0xFAC965) is known color: Grandis. HEX triplet: FA, C9 and 65. RGB value is (250,201,101). Sum of RGB (Red+Green+Blue) = 250+201+101=552 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.29% from 552); Green value is 201 (78.91% from 255 or 36.41% from 552); Blue value is 101 (39.84% from 255 or 18.30% from 552); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC965 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC965 is #05369A. Grayscale: #CCCCCC. Windows color (decimal): -341659 or 6670842. OLE color: 6670842.
HSL color Cylindrical-coordinate representation of color #FAC965: hue angle of 40.27º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FAC965 is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 201 | 101 | - |
| CMYK | 0 | 0.20 | 0.60 | 0.02 |
| HSL | 40.27º | 0.94% | 0.69% | - |
| HSV(B) | 40.27º | 0.6% | 0.98% | - |
| XYZ | 62.66 | 63.04 | 21.18 | - |
| YUV | 204.25 | 69.73 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 201 | 101 | 0 | 0.20 | 0.60 | 0.02 | 40.27 | 0.94 | 0.69 |
| Hex | FA | C9 | 65 | 0 | 14 | 3C | 2 | 28 | 5E | 45 |
| Octal | 372 | 311 | 145 | 0 | 24 | 74 | 2 | 50 | 136 | 105 |
| Binary | 11111010 | 11001001 | 1100101 | 0 | 10100 | 111100 | 10 | 101000 | 1011110 | 1000101 |
Color Harmonies of #FAC965
Complementary color
Monochromatic Colors of #FAC965
Black with #FAC965
Text Example
Text Example
White with #FAC965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC965; }
p { color: rgb(250,201,101); }
H1.HeaderClassName
{
color: #FAC965;
}
.AnyTagClassName
{
color: #FAC965;
}
</style>
background-color css
<style>
a { background-color: #FAC965; }
a { background-color: rgb(250,201,101); }
div.DivClassName
{
background-color: #FAC965;
}
.BgClassName
{
background-color: #FAC965;
}
</style>
border-color css
<style>
span { border-color: #FAC965; }
span { border-color: rgb(250,201,101); }
td.TdClassName
{
border-color: #FAC965;
}
.TagClassName
{
border-color: #FAC965;
}
</style>