Shades of Grandis #FAC974
Tints of Grandis #FAC974
RGB
CMYK
RGB Variations
Color information
#FAC974 (or 0xFAC974) is known color: Grandis. HEX triplet: FA, C9 and 74. RGB value is (250,201,116). Sum of RGB (Red+Green+Blue) = 250+201+116=567 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.09% from 567); Green value is 201 (78.91% from 255 or 35.45% from 567); Blue value is 116 (45.70% from 255 or 20.46% from 567); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC974 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC974 is #05368B. Grayscale: #CECECE. Windows color (decimal): -341644 or 7653882. OLE color: 7653882.
HSL color Cylindrical-coordinate representation of color #FAC974: hue angle of 38.06º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FAC974 is Cyan = 0, Magento = 0.20, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 201 | 116 | - |
| CMYK | 0 | 0.20 | 0.54 | 0.02 |
| HSL | 38.06º | 0.93% | 0.72% | - |
| HSV(B) | 38.06º | 0.54% | 0.98% | - |
| XYZ | 63.46 | 63.36 | 25.41 | - |
| YUV | 205.96 | 77.23 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 201 | 116 | 0 | 0.20 | 0.54 | 0.02 | 38.06 | 0.93 | 0.72 |
| Hex | FA | C9 | 74 | 0 | 14 | 36 | 2 | 26 | 5D | 48 |
| Octal | 372 | 311 | 164 | 0 | 24 | 66 | 2 | 46 | 135 | 110 |
| Binary | 11111010 | 11001001 | 1110100 | 0 | 10100 | 110110 | 10 | 100110 | 1011101 | 1001000 |
Color Harmonies of #FAC974
Complementary color
Monochromatic Colors of #FAC974
Black with #FAC974
Text Example
Text Example
White with #FAC974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC974; }
p { color: rgb(250,201,116); }
H1.HeaderClassName
{
color: #FAC974;
}
.AnyTagClassName
{
color: #FAC974;
}
</style>
background-color css
<style>
a { background-color: #FAC974; }
a { background-color: rgb(250,201,116); }
div.DivClassName
{
background-color: #FAC974;
}
.BgClassName
{
background-color: #FAC974;
}
</style>
border-color css
<style>
span { border-color: #FAC974; }
span { border-color: rgb(250,201,116); }
td.TdClassName
{
border-color: #FAC974;
}
.TagClassName
{
border-color: #FAC974;
}
</style>