Shades of Grandis #FDC865
Tints of Grandis #FDC865
RGB
CMYK
RGB Variations
Color information
#FDC865 (or 0xFDC865) is known color: Grandis. HEX triplet: FD, C8 and 65. RGB value is (253,200,101). Sum of RGB (Red+Green+Blue) = 253+200+101=554 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.67% from 554); Green value is 200 (78.52% from 255 or 36.10% from 554); Blue value is 101 (39.84% from 255 or 18.23% from 554); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC865 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC865 is #02379A. Grayscale: #CDCDCD. Windows color (decimal): -145307 or 6670589. OLE color: 6670589.
HSL color Cylindrical-coordinate representation of color #FDC865: hue angle of 39.08º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FDC865 is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 200 | 101 | - |
| CMYK | 0 | 0.21 | 0.60 | 0.01 |
| HSL | 39.08º | 0.97% | 0.69% | - |
| HSV(B) | 39.08º | 0.6% | 0.99% | - |
| XYZ | 63.51 | 63.13 | 21.15 | - |
| YUV | 204.56 | 69.56 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 200 | 101 | 0 | 0.21 | 0.60 | 0.01 | 39.08 | 0.97 | 0.69 |
| Hex | FD | C8 | 65 | 0 | 15 | 3C | 1 | 27 | 61 | 45 |
| Octal | 375 | 310 | 145 | 0 | 25 | 74 | 1 | 47 | 141 | 105 |
| Binary | 11111101 | 11001000 | 1100101 | 0 | 10101 | 111100 | 1 | 100111 | 1100001 | 1000101 |
Color Harmonies of #FDC865
Complementary color
Monochromatic Colors of #FDC865
Black with #FDC865
Text Example
Text Example
White with #FDC865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC865; }
p { color: rgb(253,200,101); }
H1.HeaderClassName
{
color: #FDC865;
}
.AnyTagClassName
{
color: #FDC865;
}
</style>
background-color css
<style>
a { background-color: #FDC865; }
a { background-color: rgb(253,200,101); }
div.DivClassName
{
background-color: #FDC865;
}
.BgClassName
{
background-color: #FDC865;
}
</style>
border-color css
<style>
span { border-color: #FDC865; }
span { border-color: rgb(253,200,101); }
td.TdClassName
{
border-color: #FDC865;
}
.TagClassName
{
border-color: #FDC865;
}
</style>