Shades of Grandis #FFCE65
Tints of Grandis #FFCE65
RGB
CMYK
RGB Variations
Color information
#FFCE65 (or 0xFFCE65) is known color: Grandis. HEX triplet: FF, CE and 65. RGB value is (255,206,101). Sum of RGB (Red+Green+Blue) = 255+206+101=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 206 (80.86% from 255 or 36.65% from 562); Blue value is 101 (39.84% from 255 or 17.97% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCE65 is #00319A. Grayscale: #D1D1D1. Windows color (decimal): -12699 or 6672127. OLE color: 6672127.
HSL color Cylindrical-coordinate representation of color #FFCE65: hue angle of 40.91º 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 #FFCE65 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 206 | 101 | - |
| CMYK | 0 | 0.19 | 0.60 | 0 |
| HSL | 40.91º | 1% | 0.7% | - |
| HSV(B) | 40.91º | 0.6% | 1% | - |
| XYZ | 65.66 | 66.34 | 21.66 | - |
| YUV | 208.68 | 67.23 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 206 | 101 | 0 | 0.19 | 0.60 | 0 | 40.91 | 1 | 0.7 |
| Hex | FF | CE | 65 | 0 | 13 | 3C | 0 | 29 | 64 | 46 |
| Octal | 377 | 316 | 145 | 0 | 23 | 74 | 0 | 51 | 144 | 106 |
| Binary | 11111111 | 11001110 | 1100101 | 0 | 10011 | 111100 | 0 | 101001 | 1100100 | 1000110 |
Color Harmonies of #FFCE65
Complementary color
Monochromatic Colors of #FFCE65
Black with #FFCE65
Text Example
Text Example
White with #FFCE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCE65; }
p { color: rgb(255,206,101); }
H1.HeaderClassName
{
color: #FFCE65;
}
.AnyTagClassName
{
color: #FFCE65;
}
</style>
background-color css
<style>
a { background-color: #FFCE65; }
a { background-color: rgb(255,206,101); }
div.DivClassName
{
background-color: #FFCE65;
}
.BgClassName
{
background-color: #FFCE65;
}
</style>
border-color css
<style>
span { border-color: #FFCE65; }
span { border-color: rgb(255,206,101); }
td.TdClassName
{
border-color: #FFCE65;
}
.TagClassName
{
border-color: #FFCE65;
}
</style>