Shades of Grandis #FFC771
Tints of Grandis #FFC771
RGB
CMYK
RGB Variations
Color information
#FFC771 (or 0xFFC771) is known color: Grandis. HEX triplet: FF, C7 and 71. RGB value is (255,199,113). Sum of RGB (Red+Green+Blue) = 255+199+113=567 (75% of max value = 765). Red value is 255 (100% from 255 or 44.97% from 567); Green value is 199 (78.12% from 255 or 35.10% from 567); Blue value is 113 (44.53% from 255 or 19.93% from 567); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC771 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC771 is #00388E. Grayscale: #CECECE. Windows color (decimal): -14479 or 7456767. OLE color: 7456767.
HSL color Cylindrical-coordinate representation of color #FFC771: hue angle of 36.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 #FFC771 is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 199 | 113 | - |
| CMYK | 0 | 0.22 | 0.56 | 0 |
| HSL | 36.34º | 1% | 0.72% | - |
| HSV(B) | 36.34º | 0.56% | 1% | - |
| XYZ | 64.64 | 63.3 | 24.43 | - |
| YUV | 205.94 | 75.55 | 162.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 199 | 113 | 0 | 0.22 | 0.56 | 0 | 36.34 | 1 | 0.72 |
| Hex | FF | C7 | 71 | 0 | 16 | 38 | 0 | 24 | 64 | 48 |
| Octal | 377 | 307 | 161 | 0 | 26 | 70 | 0 | 44 | 144 | 110 |
| Binary | 11111111 | 11000111 | 1110001 | 0 | 10110 | 111000 | 0 | 100100 | 1100100 | 1001000 |
Color Harmonies of #FFC771
Complementary color
Monochromatic Colors of #FFC771
Black with #FFC771
Text Example
Text Example
White with #FFC771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC771; }
p { color: rgb(255,199,113); }
H1.HeaderClassName
{
color: #FFC771;
}
.AnyTagClassName
{
color: #FFC771;
}
</style>
background-color css
<style>
a { background-color: #FFC771; }
a { background-color: rgb(255,199,113); }
div.DivClassName
{
background-color: #FFC771;
}
.BgClassName
{
background-color: #FFC771;
}
</style>
border-color css
<style>
span { border-color: #FFC771; }
span { border-color: rgb(255,199,113); }
td.TdClassName
{
border-color: #FFC771;
}
.TagClassName
{
border-color: #FFC771;
}
</style>