Shades of Grandis #FFCE69
Tints of Grandis #FFCE69
RGB
CMYK
RGB Variations
Color information
#FFCE69 (or 0xFFCE69) is known color: Grandis. HEX triplet: FF, CE and 69. RGB value is (255,206,105). Sum of RGB (Red+Green+Blue) = 255+206+105=566 (74% of max value = 765). Red value is 255 (100% from 255 or 45.05% from 566); Green value is 206 (80.86% from 255 or 36.40% from 566); Blue value is 105 (41.41% from 255 or 18.55% from 566); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCE69 is #003196. Grayscale: #D1D1D1. Windows color (decimal): -12695 or 6934271. OLE color: 6934271.
HSL color Cylindrical-coordinate representation of color #FFCE69: hue angle of 40.4º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FFCE69 is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 206 | 105 | - |
| CMYK | 0 | 0.19 | 0.59 | 0 |
| HSL | 40.4º | 1% | 0.71% | - |
| HSV(B) | 40.4º | 0.59% | 1% | - |
| XYZ | 65.86 | 66.42 | 22.71 | - |
| YUV | 209.14 | 69.23 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 206 | 105 | 0 | 0.19 | 0.59 | 0 | 40.4 | 1 | 0.71 |
| Hex | FF | CE | 69 | 0 | 13 | 3B | 0 | 28 | 64 | 47 |
| Octal | 377 | 316 | 151 | 0 | 23 | 73 | 0 | 50 | 144 | 107 |
| Binary | 11111111 | 11001110 | 1101001 | 0 | 10011 | 111011 | 0 | 101000 | 1100100 | 1000111 |
Color Harmonies of #FFCE69
Complementary color
Monochromatic Colors of #FFCE69
Black with #FFCE69
Text Example
Text Example
White with #FFCE69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCE69; }
p { color: rgb(255,206,105); }
H1.HeaderClassName
{
color: #FFCE69;
}
.AnyTagClassName
{
color: #FFCE69;
}
</style>
background-color css
<style>
a { background-color: #FFCE69; }
a { background-color: rgb(255,206,105); }
div.DivClassName
{
background-color: #FFCE69;
}
.BgClassName
{
background-color: #FFCE69;
}
</style>
border-color css
<style>
span { border-color: #FFCE69; }
span { border-color: rgb(255,206,105); }
td.TdClassName
{
border-color: #FFCE69;
}
.TagClassName
{
border-color: #FFCE69;
}
</style>