Shades of Grandis #FDC963
Tints of Grandis #FDC963
RGB
CMYK
RGB Variations
Color information
#FDC963 (or 0xFDC963) is known color: Grandis. HEX triplet: FD, C9 and 63. RGB value is (253,201,99). Sum of RGB (Red+Green+Blue) = 253+201+99=553 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.75% from 553); Green value is 201 (78.91% from 255 or 36.35% from 553); Blue value is 99 (39.06% from 255 or 17.90% from 553); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC963 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC963 is #02369C. Grayscale: #CDCDCD. Windows color (decimal): -145053 or 6539773. OLE color: 6539773.
HSL color Cylindrical-coordinate representation of color #FDC963: hue angle of 39.74º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FDC963 is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 201 | 99 | - |
| CMYK | 0 | 0.21 | 0.61 | 0.01 |
| HSL | 39.74º | 0.97% | 0.69% | - |
| HSV(B) | 39.74º | 0.61% | 0.99% | - |
| XYZ | 63.65 | 63.56 | 20.72 | - |
| YUV | 204.92 | 68.23 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 201 | 99 | 0 | 0.21 | 0.61 | 0.01 | 39.74 | 0.97 | 0.69 |
| Hex | FD | C9 | 63 | 0 | 15 | 3D | 1 | 28 | 61 | 45 |
| Octal | 375 | 311 | 143 | 0 | 25 | 75 | 1 | 50 | 141 | 105 |
| Binary | 11111101 | 11001001 | 1100011 | 0 | 10101 | 111101 | 1 | 101000 | 1100001 | 1000101 |
Color Harmonies of #FDC963
Complementary color
Monochromatic Colors of #FDC963
Black with #FDC963
Text Example
Text Example
White with #FDC963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC963; }
p { color: rgb(253,201,99); }
H1.HeaderClassName
{
color: #FDC963;
}
.AnyTagClassName
{
color: #FDC963;
}
</style>
background-color css
<style>
a { background-color: #FDC963; }
a { background-color: rgb(253,201,99); }
div.DivClassName
{
background-color: #FDC963;
}
.BgClassName
{
background-color: #FDC963;
}
</style>
border-color css
<style>
span { border-color: #FDC963; }
span { border-color: rgb(253,201,99); }
td.TdClassName
{
border-color: #FDC963;
}
.TagClassName
{
border-color: #FDC963;
}
</style>