Shades of Grandis #FFCE7A
Tints of Grandis #FFCE7A
RGB
CMYK
RGB Variations
Color information
#FFCE7A (or 0xFFCE7A) is known color: Grandis. HEX triplet: FF, CE and 7A. RGB value is (255,206,122). Sum of RGB (Red+Green+Blue) = 255+206+122=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 206 (80.86% from 255 or 35.33% from 583); Blue value is 122 (48.05% from 255 or 20.93% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCE7A is #003185. Grayscale: #D3D3D3. Windows color (decimal): -12678 or 8048383. OLE color: 8048383.
HSL color Cylindrical-coordinate representation of color #FFCE7A: hue angle of 37.89º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FFCE7A is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 206 | 122 | - |
| CMYK | 0 | 0.19 | 0.52 | 0 |
| HSL | 37.89º | 1% | 0.74% | - |
| HSV(B) | 37.89º | 0.52% | 1% | - |
| XYZ | 66.82 | 66.81 | 27.79 | - |
| YUV | 211.08 | 77.73 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 206 | 122 | 0 | 0.19 | 0.52 | 0 | 37.89 | 1 | 0.74 |
| Hex | FF | CE | 7A | 0 | 13 | 34 | 0 | 26 | 64 | 4A |
| Octal | 377 | 316 | 172 | 0 | 23 | 64 | 0 | 46 | 144 | 112 |
| Binary | 11111111 | 11001110 | 1111010 | 0 | 10011 | 110100 | 0 | 100110 | 1100100 | 1001010 |
Color Harmonies of #FFCE7A
Complementary color
Monochromatic Colors of #FFCE7A
Black with #FFCE7A
Text Example
Text Example
White with #FFCE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCE7A; }
p { color: rgb(255,206,122); }
H1.HeaderClassName
{
color: #FFCE7A;
}
.AnyTagClassName
{
color: #FFCE7A;
}
</style>
background-color css
<style>
a { background-color: #FFCE7A; }
a { background-color: rgb(255,206,122); }
div.DivClassName
{
background-color: #FFCE7A;
}
.BgClassName
{
background-color: #FFCE7A;
}
</style>
border-color css
<style>
span { border-color: #FFCE7A; }
span { border-color: rgb(255,206,122); }
td.TdClassName
{
border-color: #FFCE7A;
}
.TagClassName
{
border-color: #FFCE7A;
}
</style>