Shades of Grandis #FFC970
Tints of Grandis #FFC970
RGB
CMYK
RGB Variations
Color information
#FFC970 (or 0xFFC970) is known color: Grandis. HEX triplet: FF, C9 and 70. RGB value is (255,201,112). Sum of RGB (Red+Green+Blue) = 255+201+112=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 201 (78.91% from 255 or 35.39% from 568); Blue value is 112 (44.14% from 255 or 19.72% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC970 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC970 is #00368F. Grayscale: #CFCFCF. Windows color (decimal): -13968 or 7391743. OLE color: 7391743.
HSL color Cylindrical-coordinate representation of color #FFC970: hue angle of 37.34º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FFC970 is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 112 | - |
| CMYK | 0 | 0.21 | 0.56 | 0 |
| HSL | 37.34º | 1% | 0.72% | - |
| HSV(B) | 37.34º | 0.56% | 1% | - |
| XYZ | 65.05 | 64.2 | 24.29 | - |
| YUV | 207 | 74.39 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 112 | 0 | 0.21 | 0.56 | 0 | 37.34 | 1 | 0.72 |
| Hex | FF | C9 | 70 | 0 | 15 | 38 | 0 | 25 | 64 | 48 |
| Octal | 377 | 311 | 160 | 0 | 25 | 70 | 0 | 45 | 144 | 110 |
| Binary | 11111111 | 11001001 | 1110000 | 0 | 10101 | 111000 | 0 | 100101 | 1100100 | 1001000 |
Color Harmonies of #FFC970
Complementary color
Monochromatic Colors of #FFC970
Black with #FFC970
Text Example
Text Example
White with #FFC970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC970; }
p { color: rgb(255,201,112); }
H1.HeaderClassName
{
color: #FFC970;
}
.AnyTagClassName
{
color: #FFC970;
}
</style>
background-color css
<style>
a { background-color: #FFC970; }
a { background-color: rgb(255,201,112); }
div.DivClassName
{
background-color: #FFC970;
}
.BgClassName
{
background-color: #FFC970;
}
</style>
border-color css
<style>
span { border-color: #FFC970; }
span { border-color: rgb(255,201,112); }
td.TdClassName
{
border-color: #FFC970;
}
.TagClassName
{
border-color: #FFC970;
}
</style>