Shades of Grandis #FFC770
Tints of Grandis #FFC770
RGB
CMYK
RGB Variations
Color information
#FFC770 (or 0xFFC770) is known color: Grandis. HEX triplet: FF, C7 and 70. RGB value is (255,199,112). Sum of RGB (Red+Green+Blue) = 255+199+112=566 (74% of max value = 765). Red value is 255 (100% from 255 or 45.05% from 566); Green value is 199 (78.12% from 255 or 35.16% from 566); Blue value is 112 (44.14% from 255 or 19.79% from 566); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC770 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC770 is #00388F. Grayscale: #CECECE. Windows color (decimal): -14480 or 7391231. OLE color: 7391231.
HSL color Cylindrical-coordinate representation of color #FFC770: hue angle of 36.5º 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 #FFC770 is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 199 | 112 | - |
| CMYK | 0 | 0.22 | 0.56 | 0 |
| HSL | 36.5º | 1% | 0.72% | - |
| HSV(B) | 36.5º | 0.56% | 1% | - |
| XYZ | 64.59 | 63.28 | 24.14 | - |
| YUV | 205.83 | 75.05 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 199 | 112 | 0 | 0.22 | 0.56 | 0 | 36.5 | 1 | 0.72 |
| Hex | FF | C7 | 70 | 0 | 16 | 38 | 0 | 25 | 64 | 48 |
| Octal | 377 | 307 | 160 | 0 | 26 | 70 | 0 | 45 | 144 | 110 |
| Binary | 11111111 | 11000111 | 1110000 | 0 | 10110 | 111000 | 0 | 100101 | 1100100 | 1001000 |
Color Harmonies of #FFC770
Complementary color
Monochromatic Colors of #FFC770
Black with #FFC770
Text Example
Text Example
White with #FFC770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC770; }
p { color: rgb(255,199,112); }
H1.HeaderClassName
{
color: #FFC770;
}
.AnyTagClassName
{
color: #FFC770;
}
</style>
background-color css
<style>
a { background-color: #FFC770; }
a { background-color: rgb(255,199,112); }
div.DivClassName
{
background-color: #FFC770;
}
.BgClassName
{
background-color: #FFC770;
}
</style>
border-color css
<style>
span { border-color: #FFC770; }
span { border-color: rgb(255,199,112); }
td.TdClassName
{
border-color: #FFC770;
}
.TagClassName
{
border-color: #FFC770;
}
</style>