Shades of Grandis #FFC764
Tints of Grandis #FFC764
RGB
CMYK
RGB Variations
Color information
#FFC764 (or 0xFFC764) is known color: Grandis. HEX triplet: FF, C7 and 64. RGB value is (255,199,100). Sum of RGB (Red+Green+Blue) = 255+199+100=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 199 (78.12% from 255 or 35.92% from 554); Blue value is 100 (39.45% from 255 or 18.05% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC764 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC764 is #00389B. Grayscale: #CCCCCC. Windows color (decimal): -14492 or 6604799. OLE color: 6604799.
HSL color Cylindrical-coordinate representation of color #FFC764: hue angle of 38.32º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FFC764 is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 199 | 100 | - |
| CMYK | 0 | 0.22 | 0.61 | 0 |
| HSL | 38.32º | 1% | 0.7% | - |
| HSV(B) | 38.32º | 0.61% | 1% | - |
| XYZ | 63.96 | 63.03 | 20.85 | - |
| YUV | 204.46 | 69.05 | 164.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 199 | 100 | 0 | 0.22 | 0.61 | 0 | 38.32 | 1 | 0.7 |
| Hex | FF | C7 | 64 | 0 | 16 | 3D | 0 | 26 | 64 | 46 |
| Octal | 377 | 307 | 144 | 0 | 26 | 75 | 0 | 46 | 144 | 106 |
| Binary | 11111111 | 11000111 | 1100100 | 0 | 10110 | 111101 | 0 | 100110 | 1100100 | 1000110 |
Color Harmonies of #FFC764
Complementary color
Monochromatic Colors of #FFC764
Black with #FFC764
Text Example
Text Example
White with #FFC764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC764; }
p { color: rgb(255,199,100); }
H1.HeaderClassName
{
color: #FFC764;
}
.AnyTagClassName
{
color: #FFC764;
}
</style>
background-color css
<style>
a { background-color: #FFC764; }
a { background-color: rgb(255,199,100); }
div.DivClassName
{
background-color: #FFC764;
}
.BgClassName
{
background-color: #FFC764;
}
</style>
border-color css
<style>
span { border-color: #FFC764; }
span { border-color: rgb(255,199,100); }
td.TdClassName
{
border-color: #FFC764;
}
.TagClassName
{
border-color: #FFC764;
}
</style>