Shades of Grandis #FDC86B
Tints of Grandis #FDC86B
RGB
CMYK
RGB Variations
Color information
#FDC86B (or 0xFDC86B) is known color: Grandis. HEX triplet: FD, C8 and 6B. RGB value is (253,200,107). Sum of RGB (Red+Green+Blue) = 253+200+107=560 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.18% from 560); Green value is 200 (78.52% from 255 or 35.71% from 560); Blue value is 107 (42.19% from 255 or 19.11% from 560); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC86B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC86B is #023794. Grayscale: #CDCDCD. Windows color (decimal): -145301 or 7063805. OLE color: 7063805.
HSL color Cylindrical-coordinate representation of color #FDC86B: hue angle of 38.22º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FDC86B is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 200 | 107 | - |
| CMYK | 0 | 0.21 | 0.58 | 0.01 |
| HSL | 38.22º | 0.97% | 0.71% | - |
| HSV(B) | 38.22º | 0.58% | 0.99% | - |
| XYZ | 63.82 | 63.25 | 22.76 | - |
| YUV | 205.25 | 72.56 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 200 | 107 | 0 | 0.21 | 0.58 | 0.01 | 38.22 | 0.97 | 0.71 |
| Hex | FD | C8 | 6B | 0 | 15 | 3A | 1 | 26 | 61 | 47 |
| Octal | 375 | 310 | 153 | 0 | 25 | 72 | 1 | 46 | 141 | 107 |
| Binary | 11111101 | 11001000 | 1101011 | 0 | 10101 | 111010 | 1 | 100110 | 1100001 | 1000111 |
Color Harmonies of #FDC86B
Complementary color
Monochromatic Colors of #FDC86B
Black with #FDC86B
Text Example
Text Example
White with #FDC86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC86B; }
p { color: rgb(253,200,107); }
H1.HeaderClassName
{
color: #FDC86B;
}
.AnyTagClassName
{
color: #FDC86B;
}
</style>
background-color css
<style>
a { background-color: #FDC86B; }
a { background-color: rgb(253,200,107); }
div.DivClassName
{
background-color: #FDC86B;
}
.BgClassName
{
background-color: #FDC86B;
}
</style>
border-color css
<style>
span { border-color: #FDC86B; }
span { border-color: rgb(253,200,107); }
td.TdClassName
{
border-color: #FDC86B;
}
.TagClassName
{
border-color: #FDC86B;
}
</style>