Shades of Grandis #FFCE6C
Tints of Grandis #FFCE6C
RGB
CMYK
RGB Variations
Color information
#FFCE6C (or 0xFFCE6C) is known color: Grandis. HEX triplet: FF, CE and 6C. RGB value is (255,206,108). Sum of RGB (Red+Green+Blue) = 255+206+108=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 206 (80.86% from 255 or 36.20% from 569); Blue value is 108 (42.58% from 255 or 18.98% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCE6C is #003193. Grayscale: #D1D1D1. Windows color (decimal): -12692 or 7130879. OLE color: 7130879.
HSL color Cylindrical-coordinate representation of color #FFCE6C: hue angle of 40º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FFCE6C is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 206 | 108 | - |
| CMYK | 0 | 0.19 | 0.58 | 0 |
| HSL | 40º | 1% | 0.71% | - |
| HSV(B) | 40º | 0.58% | 1% | - |
| XYZ | 66.02 | 66.49 | 23.54 | - |
| YUV | 209.48 | 70.73 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 206 | 108 | 0 | 0.19 | 0.58 | 0 | 40 | 1 | 0.71 |
| Hex | FF | CE | 6C | 0 | 13 | 3A | 0 | 28 | 64 | 47 |
| Octal | 377 | 316 | 154 | 0 | 23 | 72 | 0 | 50 | 144 | 107 |
| Binary | 11111111 | 11001110 | 1101100 | 0 | 10011 | 111010 | 0 | 101000 | 1100100 | 1000111 |
Color Harmonies of #FFCE6C
Complementary color
Monochromatic Colors of #FFCE6C
Black with #FFCE6C
Text Example
Text Example
White with #FFCE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCE6C; }
p { color: rgb(255,206,108); }
H1.HeaderClassName
{
color: #FFCE6C;
}
.AnyTagClassName
{
color: #FFCE6C;
}
</style>
background-color css
<style>
a { background-color: #FFCE6C; }
a { background-color: rgb(255,206,108); }
div.DivClassName
{
background-color: #FFCE6C;
}
.BgClassName
{
background-color: #FFCE6C;
}
</style>
border-color css
<style>
span { border-color: #FFCE6C; }
span { border-color: rgb(255,206,108); }
td.TdClassName
{
border-color: #FFCE6C;
}
.TagClassName
{
border-color: #FFCE6C;
}
</style>