Shades of Grandis #FFCE66
Tints of Grandis #FFCE66
RGB
CMYK
RGB Variations
Color information
#FFCE66 (or 0xFFCE66) is known color: Grandis. HEX triplet: FF, CE and 66. RGB value is (255,206,102). Sum of RGB (Red+Green+Blue) = 255+206+102=563 (74% of max value = 765). Red value is 255 (100% from 255 or 45.29% from 563); Green value is 206 (80.86% from 255 or 36.59% from 563); Blue value is 102 (40.23% from 255 or 18.12% from 563); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCE66 is #003199. Grayscale: #D1D1D1. Windows color (decimal): -12698 or 6737663. OLE color: 6737663.
HSL color Cylindrical-coordinate representation of color #FFCE66: hue angle of 40.78º 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 #FFCE66 is Cyan = 0, Magento = 0.19, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 206 | 102 | - |
| CMYK | 0 | 0.19 | 0.6 | 0 |
| HSL | 40.78º | 1% | 0.7% | - |
| HSV(B) | 40.78º | 0.6% | 1% | - |
| XYZ | 65.71 | 66.36 | 21.92 | - |
| YUV | 208.8 | 67.73 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 206 | 102 | 0 | 0.19 | 0.6 | 0 | 40.78 | 1 | 0.7 |
| Hex | FF | CE | 66 | 0 | 13 | 3C | 0 | 29 | 64 | 46 |
| Octal | 377 | 316 | 146 | 0 | 23 | 74 | 0 | 51 | 144 | 106 |
| Binary | 11111111 | 11001110 | 1100110 | 0 | 10011 | 111100 | 0 | 101001 | 1100100 | 1000110 |
Color Harmonies of #FFCE66
Complementary color
Monochromatic Colors of #FFCE66
Black with #FFCE66
Text Example
Text Example
White with #FFCE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCE66; }
p { color: rgb(255,206,102); }
H1.HeaderClassName
{
color: #FFCE66;
}
.AnyTagClassName
{
color: #FFCE66;
}
</style>
background-color css
<style>
a { background-color: #FFCE66; }
a { background-color: rgb(255,206,102); }
div.DivClassName
{
background-color: #FFCE66;
}
.BgClassName
{
background-color: #FFCE66;
}
</style>
border-color css
<style>
span { border-color: #FFCE66; }
span { border-color: rgb(255,206,102); }
td.TdClassName
{
border-color: #FFCE66;
}
.TagClassName
{
border-color: #FFCE66;
}
</style>