Shades of Grandis #FDCD65
Tints of Grandis #FDCD65
RGB
CMYK
RGB Variations
Color information
#FDCD65 (or 0xFDCD65) is known color: Grandis. HEX triplet: FD, CD and 65. RGB value is (253,205,101). Sum of RGB (Red+Green+Blue) = 253+205+101=559 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.26% from 559); Green value is 205 (80.47% from 255 or 36.67% from 559); Blue value is 101 (39.84% from 255 or 18.07% from 559); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCD65 is #02329A. Grayscale: #CFCFCF. Windows color (decimal): -144027 or 6671869. OLE color: 6671869.
HSL color Cylindrical-coordinate representation of color #FDCD65: hue angle of 41.05º 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 #FDCD65 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 205 | 101 | - |
| CMYK | 0 | 0.19 | 0.60 | 0.01 |
| HSL | 41.05º | 0.97% | 0.69% | - |
| HSV(B) | 41.05º | 0.6% | 0.99% | - |
| XYZ | 64.69 | 65.48 | 21.54 | - |
| YUV | 207.5 | 67.9 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 205 | 101 | 0 | 0.19 | 0.60 | 0.01 | 41.05 | 0.97 | 0.69 |
| Hex | FD | CD | 65 | 0 | 13 | 3C | 1 | 29 | 61 | 45 |
| Octal | 375 | 315 | 145 | 0 | 23 | 74 | 1 | 51 | 141 | 105 |
| Binary | 11111101 | 11001101 | 1100101 | 0 | 10011 | 111100 | 1 | 101001 | 1100001 | 1000101 |
Color Harmonies of #FDCD65
Complementary color
Monochromatic Colors of #FDCD65
Black with #FDCD65
Text Example
Text Example
White with #FDCD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCD65; }
p { color: rgb(253,205,101); }
H1.HeaderClassName
{
color: #FDCD65;
}
.AnyTagClassName
{
color: #FDCD65;
}
</style>
background-color css
<style>
a { background-color: #FDCD65; }
a { background-color: rgb(253,205,101); }
div.DivClassName
{
background-color: #FDCD65;
}
.BgClassName
{
background-color: #FDCD65;
}
</style>
border-color css
<style>
span { border-color: #FDCD65; }
span { border-color: rgb(253,205,101); }
td.TdClassName
{
border-color: #FDCD65;
}
.TagClassName
{
border-color: #FDCD65;
}
</style>