Shades of Grandis #FDC565
Tints of Grandis #FDC565
RGB
CMYK
RGB Variations
Color information
#FDC565 (or 0xFDC565) is known color: Grandis. HEX triplet: FD, C5 and 65. RGB value is (253,197,101). Sum of RGB (Red+Green+Blue) = 253+197+101=551 (72% of max value = 765). Red value is 253 (99.22% from 255 or 45.92% from 551); Green value is 197 (77.34% from 255 or 35.75% from 551); Blue value is 101 (39.84% from 255 or 18.33% from 551); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC565 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC565 is #023A9A. Grayscale: #CBCBCB. Windows color (decimal): -146075 or 6669821. OLE color: 6669821.
HSL color Cylindrical-coordinate representation of color #FDC565: hue angle of 37.89º 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 #FDC565 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 197 | 101 | - |
| CMYK | 0 | 0.22 | 0.60 | 0.01 |
| HSL | 37.89º | 0.97% | 0.69% | - |
| HSV(B) | 37.89º | 0.6% | 0.99% | - |
| XYZ | 62.82 | 61.75 | 20.92 | - |
| YUV | 202.8 | 70.55 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 197 | 101 | 0 | 0.22 | 0.60 | 0.01 | 37.89 | 0.97 | 0.69 |
| Hex | FD | C5 | 65 | 0 | 16 | 3C | 1 | 26 | 61 | 45 |
| Octal | 375 | 305 | 145 | 0 | 26 | 74 | 1 | 46 | 141 | 105 |
| Binary | 11111101 | 11000101 | 1100101 | 0 | 10110 | 111100 | 1 | 100110 | 1100001 | 1000101 |
Color Harmonies of #FDC565
Complementary color
Monochromatic Colors of #FDC565
Black with #FDC565
Text Example
Text Example
White with #FDC565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC565; }
p { color: rgb(253,197,101); }
H1.HeaderClassName
{
color: #FDC565;
}
.AnyTagClassName
{
color: #FDC565;
}
</style>
background-color css
<style>
a { background-color: #FDC565; }
a { background-color: rgb(253,197,101); }
div.DivClassName
{
background-color: #FDC565;
}
.BgClassName
{
background-color: #FDC565;
}
</style>
border-color css
<style>
span { border-color: #FDC565; }
span { border-color: rgb(253,197,101); }
td.TdClassName
{
border-color: #FDC565;
}
.TagClassName
{
border-color: #FDC565;
}
</style>