Shades of Grandis #FFCE72
Tints of Grandis #FFCE72
RGB
CMYK
RGB Variations
Color information
#FFCE72 (or 0xFFCE72) is known color: Grandis. HEX triplet: FF, CE and 72. RGB value is (255,206,114). Sum of RGB (Red+Green+Blue) = 255+206+114=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 206 (80.86% from 255 or 35.83% from 575); Blue value is 114 (44.92% from 255 or 19.83% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCE72 is #00318D. Grayscale: #D2D2D2. Windows color (decimal): -12686 or 7524095. OLE color: 7524095.
HSL color Cylindrical-coordinate representation of color #FFCE72: hue angle of 39.15º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FFCE72 is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 206 | 114 | - |
| CMYK | 0 | 0.19 | 0.55 | 0 |
| HSL | 39.15º | 1% | 0.72% | - |
| HSV(B) | 39.15º | 0.55% | 1% | - |
| XYZ | 66.35 | 66.62 | 25.28 | - |
| YUV | 210.16 | 73.73 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 206 | 114 | 0 | 0.19 | 0.55 | 0 | 39.15 | 1 | 0.72 |
| Hex | FF | CE | 72 | 0 | 13 | 37 | 0 | 27 | 64 | 48 |
| Octal | 377 | 316 | 162 | 0 | 23 | 67 | 0 | 47 | 144 | 110 |
| Binary | 11111111 | 11001110 | 1110010 | 0 | 10011 | 110111 | 0 | 100111 | 1100100 | 1001000 |
Color Harmonies of #FFCE72
Complementary color
Monochromatic Colors of #FFCE72
Black with #FFCE72
Text Example
Text Example
White with #FFCE72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCE72; }
p { color: rgb(255,206,114); }
H1.HeaderClassName
{
color: #FFCE72;
}
.AnyTagClassName
{
color: #FFCE72;
}
</style>
background-color css
<style>
a { background-color: #FFCE72; }
a { background-color: rgb(255,206,114); }
div.DivClassName
{
background-color: #FFCE72;
}
.BgClassName
{
background-color: #FFCE72;
}
</style>
border-color css
<style>
span { border-color: #FFCE72; }
span { border-color: rgb(255,206,114); }
td.TdClassName
{
border-color: #FFCE72;
}
.TagClassName
{
border-color: #FFCE72;
}
</style>