Shades of Grandis #FAC972
Tints of Grandis #FAC972
RGB
CMYK
RGB Variations
Color information
#FAC972 (or 0xFAC972) is known color: Grandis. HEX triplet: FA, C9 and 72. RGB value is (250,201,114). Sum of RGB (Red+Green+Blue) = 250+201+114=565 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.25% from 565); Green value is 201 (78.91% from 255 or 35.58% from 565); Blue value is 114 (44.92% from 255 or 20.18% from 565); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC972 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC972 is #05368D. Grayscale: #CECECE. Windows color (decimal): -341646 or 7522810. OLE color: 7522810.
HSL color Cylindrical-coordinate representation of color #FAC972: hue angle of 38.38º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FAC972 is Cyan = 0, Magento = 0.20, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 201 | 114 | - |
| CMYK | 0 | 0.20 | 0.54 | 0.02 |
| HSL | 38.38º | 0.93% | 0.71% | - |
| HSV(B) | 38.38º | 0.54% | 0.98% | - |
| XYZ | 63.35 | 63.31 | 24.8 | - |
| YUV | 205.73 | 76.23 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 201 | 114 | 0 | 0.20 | 0.54 | 0.02 | 38.38 | 0.93 | 0.71 |
| Hex | FA | C9 | 72 | 0 | 14 | 36 | 2 | 26 | 5D | 47 |
| Octal | 372 | 311 | 162 | 0 | 24 | 66 | 2 | 46 | 135 | 107 |
| Binary | 11111010 | 11001001 | 1110010 | 0 | 10100 | 110110 | 10 | 100110 | 1011101 | 1000111 |
Color Harmonies of #FAC972
Complementary color
Monochromatic Colors of #FAC972
Black with #FAC972
Text Example
Text Example
White with #FAC972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC972; }
p { color: rgb(250,201,114); }
H1.HeaderClassName
{
color: #FAC972;
}
.AnyTagClassName
{
color: #FAC972;
}
</style>
background-color css
<style>
a { background-color: #FAC972; }
a { background-color: rgb(250,201,114); }
div.DivClassName
{
background-color: #FAC972;
}
.BgClassName
{
background-color: #FAC972;
}
</style>
border-color css
<style>
span { border-color: #FAC972; }
span { border-color: rgb(250,201,114); }
td.TdClassName
{
border-color: #FAC972;
}
.TagClassName
{
border-color: #FAC972;
}
</style>