Shades of Grandis #FDC665
Tints of Grandis #FDC665
RGB
CMYK
RGB Variations
Color information
#FDC665 (or 0xFDC665) is known color: Grandis. HEX triplet: FD, C6 and 65. RGB value is (253,198,101). Sum of RGB (Red+Green+Blue) = 253+198+101=552 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.83% from 552); Green value is 198 (77.73% from 255 or 35.87% from 552); Blue value is 101 (39.84% from 255 or 18.30% from 552); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC665 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC665 is #02399A. Grayscale: #CBCBCB. Windows color (decimal): -145819 or 6670077. OLE color: 6670077.
HSL color Cylindrical-coordinate representation of color #FDC665: hue angle of 38.29º 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 #FDC665 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 198 | 101 | - |
| CMYK | 0 | 0.22 | 0.60 | 0.01 |
| HSL | 38.29º | 0.97% | 0.69% | - |
| HSV(B) | 38.29º | 0.6% | 0.99% | - |
| XYZ | 63.05 | 62.21 | 21 | - |
| YUV | 203.39 | 70.22 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 198 | 101 | 0 | 0.22 | 0.60 | 0.01 | 38.29 | 0.97 | 0.69 |
| Hex | FD | C6 | 65 | 0 | 16 | 3C | 1 | 26 | 61 | 45 |
| Octal | 375 | 306 | 145 | 0 | 26 | 74 | 1 | 46 | 141 | 105 |
| Binary | 11111101 | 11000110 | 1100101 | 0 | 10110 | 111100 | 1 | 100110 | 1100001 | 1000101 |
Color Harmonies of #FDC665
Complementary color
Monochromatic Colors of #FDC665
Black with #FDC665
Text Example
Text Example
White with #FDC665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC665; }
p { color: rgb(253,198,101); }
H1.HeaderClassName
{
color: #FDC665;
}
.AnyTagClassName
{
color: #FDC665;
}
</style>
background-color css
<style>
a { background-color: #FDC665; }
a { background-color: rgb(253,198,101); }
div.DivClassName
{
background-color: #FDC665;
}
.BgClassName
{
background-color: #FDC665;
}
</style>
border-color css
<style>
span { border-color: #FDC665; }
span { border-color: rgb(253,198,101); }
td.TdClassName
{
border-color: #FDC665;
}
.TagClassName
{
border-color: #FDC665;
}
</style>