Shades of Grandis #FFC763
Tints of Grandis #FFC763
RGB
CMYK
RGB Variations
Color information
#FFC763 (or 0xFFC763) is known color: Grandis. HEX triplet: FF, C7 and 63. RGB value is (255,199,99). Sum of RGB (Red+Green+Blue) = 255+199+99=553 (73% of max value = 765). Red value is 255 (100% from 255 or 46.11% from 553); Green value is 199 (78.12% from 255 or 35.99% from 553); Blue value is 99 (39.06% from 255 or 17.90% from 553); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC763 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC763 is #00389C. Grayscale: #CCCCCC. Windows color (decimal): -14493 or 6539263. OLE color: 6539263.
HSL color Cylindrical-coordinate representation of color #FFC763: hue angle of 38.46º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FFC763 is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 199 | 99 | - |
| CMYK | 0 | 0.22 | 0.61 | 0 |
| HSL | 38.46º | 1% | 0.69% | - |
| HSV(B) | 38.46º | 0.61% | 1% | - |
| XYZ | 63.92 | 63.01 | 20.6 | - |
| YUV | 204.34 | 68.55 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 199 | 99 | 0 | 0.22 | 0.61 | 0 | 38.46 | 1 | 0.69 |
| Hex | FF | C7 | 63 | 0 | 16 | 3D | 0 | 26 | 64 | 45 |
| Octal | 377 | 307 | 143 | 0 | 26 | 75 | 0 | 46 | 144 | 105 |
| Binary | 11111111 | 11000111 | 1100011 | 0 | 10110 | 111101 | 0 | 100110 | 1100100 | 1000101 |
Color Harmonies of #FFC763
Complementary color
Monochromatic Colors of #FFC763
Black with #FFC763
Text Example
Text Example
White with #FFC763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC763; }
p { color: rgb(255,199,99); }
H1.HeaderClassName
{
color: #FFC763;
}
.AnyTagClassName
{
color: #FFC763;
}
</style>
background-color css
<style>
a { background-color: #FFC763; }
a { background-color: rgb(255,199,99); }
div.DivClassName
{
background-color: #FFC763;
}
.BgClassName
{
background-color: #FFC763;
}
</style>
border-color css
<style>
span { border-color: #FFC763; }
span { border-color: rgb(255,199,99); }
td.TdClassName
{
border-color: #FFC763;
}
.TagClassName
{
border-color: #FFC763;
}
</style>