Shades of Grandis #FFC863
Tints of Grandis #FFC863
RGB
CMYK
RGB Variations
Color information
#FFC863 (or 0xFFC863) is known color: Grandis. HEX triplet: FF, C8 and 63. RGB value is (255,200,99). Sum of RGB (Red+Green+Blue) = 255+200+99=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 200 (78.52% from 255 or 36.10% from 554); Blue value is 99 (39.06% from 255 or 17.87% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC863 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC863 is #00379C. Grayscale: #CDCDCD. Windows color (decimal): -14237 or 6539519. OLE color: 6539519.
HSL color Cylindrical-coordinate representation of color #FFC863: hue angle of 38.85º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FFC863 is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 99 | - |
| CMYK | 0 | 0.22 | 0.61 | 0 |
| HSL | 38.85º | 1% | 0.69% | - |
| HSV(B) | 38.85º | 0.61% | 1% | - |
| XYZ | 64.15 | 63.47 | 20.67 | - |
| YUV | 204.93 | 68.22 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 99 | 0 | 0.22 | 0.61 | 0 | 38.85 | 1 | 0.69 |
| Hex | FF | C8 | 63 | 0 | 16 | 3D | 0 | 27 | 64 | 45 |
| Octal | 377 | 310 | 143 | 0 | 26 | 75 | 0 | 47 | 144 | 105 |
| Binary | 11111111 | 11001000 | 1100011 | 0 | 10110 | 111101 | 0 | 100111 | 1100100 | 1000101 |
Color Harmonies of #FFC863
Complementary color
Monochromatic Colors of #FFC863
Black with #FFC863
Text Example
Text Example
White with #FFC863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC863; }
p { color: rgb(255,200,99); }
H1.HeaderClassName
{
color: #FFC863;
}
.AnyTagClassName
{
color: #FFC863;
}
</style>
background-color css
<style>
a { background-color: #FFC863; }
a { background-color: rgb(255,200,99); }
div.DivClassName
{
background-color: #FFC863;
}
.BgClassName
{
background-color: #FFC863;
}
</style>
border-color css
<style>
span { border-color: #FFC863; }
span { border-color: rgb(255,200,99); }
td.TdClassName
{
border-color: #FFC863;
}
.TagClassName
{
border-color: #FFC863;
}
</style>