Shades of Grandis #FFC972
Tints of Grandis #FFC972
RGB
CMYK
RGB Variations
Color information
#FFC972 (or 0xFFC972) is known color: Grandis. HEX triplet: FF, C9 and 72. RGB value is (255,201,114). Sum of RGB (Red+Green+Blue) = 255+201+114=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 201 (78.91% from 255 or 35.26% from 570); Blue value is 114 (44.92% from 255 or 20% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC972 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC972 is #00368D. Grayscale: #CFCFCF. Windows color (decimal): -13966 or 7522815. OLE color: 7522815.
HSL color Cylindrical-coordinate representation of color #FFC972: hue angle of 37.02º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FFC972 is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 114 | - |
| CMYK | 0 | 0.21 | 0.55 | 0 |
| HSL | 37.02º | 1% | 0.72% | - |
| HSV(B) | 37.02º | 0.55% | 1% | - |
| XYZ | 65.16 | 64.25 | 24.89 | - |
| YUV | 207.23 | 75.39 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 114 | 0 | 0.21 | 0.55 | 0 | 37.02 | 1 | 0.72 |
| Hex | FF | C9 | 72 | 0 | 15 | 37 | 0 | 25 | 64 | 48 |
| Octal | 377 | 311 | 162 | 0 | 25 | 67 | 0 | 45 | 144 | 110 |
| Binary | 11111111 | 11001001 | 1110010 | 0 | 10101 | 110111 | 0 | 100101 | 1100100 | 1001000 |
Color Harmonies of #FFC972
Complementary color
Monochromatic Colors of #FFC972
Black with #FFC972
Text Example
Text Example
White with #FFC972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC972; }
p { color: rgb(255,201,114); }
H1.HeaderClassName
{
color: #FFC972;
}
.AnyTagClassName
{
color: #FFC972;
}
</style>
background-color css
<style>
a { background-color: #FFC972; }
a { background-color: rgb(255,201,114); }
div.DivClassName
{
background-color: #FFC972;
}
.BgClassName
{
background-color: #FFC972;
}
</style>
border-color css
<style>
span { border-color: #FFC972; }
span { border-color: rgb(255,201,114); }
td.TdClassName
{
border-color: #FFC972;
}
.TagClassName
{
border-color: #FFC972;
}
</style>