Shades of Grandis #FFCE79
Tints of Grandis #FFCE79
RGB
CMYK
RGB Variations
Color information
#FFCE79 (or 0xFFCE79) is known color: Grandis. HEX triplet: FF, CE and 79. RGB value is (255,206,121). Sum of RGB (Red+Green+Blue) = 255+206+121=582 (77% of max value = 765). Red value is 255 (100% from 255 or 43.81% from 582); Green value is 206 (80.86% from 255 or 35.40% from 582); Blue value is 121 (47.66% from 255 or 20.79% from 582); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE79 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCE79 is #003186. Grayscale: #D3D3D3. Windows color (decimal): -12679 or 7982847. OLE color: 7982847.
HSL color Cylindrical-coordinate representation of color #FFCE79: hue angle of 38.06º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FFCE79 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 206 | 121 | - |
| CMYK | 0 | 0.19 | 0.53 | 0 |
| HSL | 38.06º | 1% | 0.74% | - |
| HSV(B) | 38.06º | 0.53% | 1% | - |
| XYZ | 66.76 | 66.78 | 27.46 | - |
| YUV | 210.96 | 77.23 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 206 | 121 | 0 | 0.19 | 0.53 | 0 | 38.06 | 1 | 0.74 |
| Hex | FF | CE | 79 | 0 | 13 | 35 | 0 | 26 | 64 | 4A |
| Octal | 377 | 316 | 171 | 0 | 23 | 65 | 0 | 46 | 144 | 112 |
| Binary | 11111111 | 11001110 | 1111001 | 0 | 10011 | 110101 | 0 | 100110 | 1100100 | 1001010 |
Color Harmonies of #FFCE79
Complementary color
Monochromatic Colors of #FFCE79
Black with #FFCE79
Text Example
Text Example
White with #FFCE79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCE79; }
p { color: rgb(255,206,121); }
H1.HeaderClassName
{
color: #FFCE79;
}
.AnyTagClassName
{
color: #FFCE79;
}
</style>
background-color css
<style>
a { background-color: #FFCE79; }
a { background-color: rgb(255,206,121); }
div.DivClassName
{
background-color: #FFCE79;
}
.BgClassName
{
background-color: #FFCE79;
}
</style>
border-color css
<style>
span { border-color: #FFCE79; }
span { border-color: rgb(255,206,121); }
td.TdClassName
{
border-color: #FFCE79;
}
.TagClassName
{
border-color: #FFCE79;
}
</style>