Shades of Grandis #FDC86D
Tints of Grandis #FDC86D
RGB
CMYK
RGB Variations
Color information
#FDC86D (or 0xFDC86D) is known color: Grandis. HEX triplet: FD, C8 and 6D. RGB value is (253,200,109). Sum of RGB (Red+Green+Blue) = 253+200+109=562 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.02% from 562); Green value is 200 (78.52% from 255 or 35.59% from 562); Blue value is 109 (42.97% from 255 or 19.40% from 562); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC86D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC86D is #023792. Grayscale: #CDCDCD. Windows color (decimal): -145299 or 7194877. OLE color: 7194877.
HSL color Cylindrical-coordinate representation of color #FDC86D: hue angle of 37.92º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FDC86D is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 200 | 109 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.01 |
| HSL | 37.92º | 0.97% | 0.71% | - |
| HSV(B) | 37.92º | 0.57% | 0.99% | - |
| XYZ | 63.92 | 63.3 | 23.32 | - |
| YUV | 205.47 | 73.56 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 200 | 109 | 0 | 0.21 | 0.57 | 0.01 | 37.92 | 0.97 | 0.71 |
| Hex | FD | C8 | 6D | 0 | 15 | 39 | 1 | 26 | 61 | 47 |
| Octal | 375 | 310 | 155 | 0 | 25 | 71 | 1 | 46 | 141 | 107 |
| Binary | 11111101 | 11001000 | 1101101 | 0 | 10101 | 111001 | 1 | 100110 | 1100001 | 1000111 |
Color Harmonies of #FDC86D
Complementary color
Monochromatic Colors of #FDC86D
Black with #FDC86D
Text Example
Text Example
White with #FDC86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC86D; }
p { color: rgb(253,200,109); }
H1.HeaderClassName
{
color: #FDC86D;
}
.AnyTagClassName
{
color: #FDC86D;
}
</style>
background-color css
<style>
a { background-color: #FDC86D; }
a { background-color: rgb(253,200,109); }
div.DivClassName
{
background-color: #FDC86D;
}
.BgClassName
{
background-color: #FDC86D;
}
</style>
border-color css
<style>
span { border-color: #FDC86D; }
span { border-color: rgb(253,200,109); }
td.TdClassName
{
border-color: #FDC86D;
}
.TagClassName
{
border-color: #FDC86D;
}
</style>