Shades of Grandis #FFC865
Tints of Grandis #FFC865
RGB
CMYK
RGB Variations
Color information
#FFC865 (or 0xFFC865) is known color: Grandis. HEX triplet: FF, C8 and 65. RGB value is (255,200,101). Sum of RGB (Red+Green+Blue) = 255+200+101=556 (73% of max value = 765). Red value is 255 (100% from 255 or 45.86% from 556); Green value is 200 (78.52% from 255 or 35.97% from 556); Blue value is 101 (39.84% from 255 or 18.17% from 556); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC865 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC865 is #00379A. Grayscale: #CDCDCD. Windows color (decimal): -14235 or 6670591. OLE color: 6670591.
HSL color Cylindrical-coordinate representation of color #FFC865: hue angle of 38.57º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FFC865 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 101 | - |
| CMYK | 0 | 0.22 | 0.60 | 0 |
| HSL | 38.57º | 1% | 0.7% | - |
| HSV(B) | 38.57º | 0.6% | 1% | - |
| XYZ | 64.24 | 63.51 | 21.18 | - |
| YUV | 205.16 | 69.22 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 101 | 0 | 0.22 | 0.60 | 0 | 38.57 | 1 | 0.7 |
| Hex | FF | C8 | 65 | 0 | 16 | 3C | 0 | 27 | 64 | 46 |
| Octal | 377 | 310 | 145 | 0 | 26 | 74 | 0 | 47 | 144 | 106 |
| Binary | 11111111 | 11001000 | 1100101 | 0 | 10110 | 111100 | 0 | 100111 | 1100100 | 1000110 |
Color Harmonies of #FFC865
Complementary color
Monochromatic Colors of #FFC865
Black with #FFC865
Text Example
Text Example
White with #FFC865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC865; }
p { color: rgb(255,200,101); }
H1.HeaderClassName
{
color: #FFC865;
}
.AnyTagClassName
{
color: #FFC865;
}
</style>
background-color css
<style>
a { background-color: #FFC865; }
a { background-color: rgb(255,200,101); }
div.DivClassName
{
background-color: #FFC865;
}
.BgClassName
{
background-color: #FFC865;
}
</style>
border-color css
<style>
span { border-color: #FFC865; }
span { border-color: rgb(255,200,101); }
td.TdClassName
{
border-color: #FFC865;
}
.TagClassName
{
border-color: #FFC865;
}
</style>