Shades of Grandis #FDC56B
Tints of Grandis #FDC56B
RGB
CMYK
RGB Variations
Color information
#FDC56B (or 0xFDC56B) is known color: Grandis. HEX triplet: FD, C5 and 6B. RGB value is (253,197,107). Sum of RGB (Red+Green+Blue) = 253+197+107=557 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.42% from 557); Green value is 197 (77.34% from 255 or 35.37% from 557); Blue value is 107 (42.19% from 255 or 19.21% from 557); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC56B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC56B is #023A94. Grayscale: #CBCBCB. Windows color (decimal): -146069 or 7063037. OLE color: 7063037.
HSL color Cylindrical-coordinate representation of color #FDC56B: hue angle of 36.99º 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 #FDC56B is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 197 | 107 | - |
| CMYK | 0 | 0.22 | 0.58 | 0.01 |
| HSL | 36.99º | 0.97% | 0.71% | - |
| HSV(B) | 36.99º | 0.58% | 0.99% | - |
| XYZ | 63.13 | 61.88 | 22.53 | - |
| YUV | 203.48 | 73.55 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 197 | 107 | 0 | 0.22 | 0.58 | 0.01 | 36.99 | 0.97 | 0.71 |
| Hex | FD | C5 | 6B | 0 | 16 | 3A | 1 | 25 | 61 | 47 |
| Octal | 375 | 305 | 153 | 0 | 26 | 72 | 1 | 45 | 141 | 107 |
| Binary | 11111101 | 11000101 | 1101011 | 0 | 10110 | 111010 | 1 | 100101 | 1100001 | 1000111 |
Color Harmonies of #FDC56B
Complementary color
Monochromatic Colors of #FDC56B
Black with #FDC56B
Text Example
Text Example
White with #FDC56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC56B; }
p { color: rgb(253,197,107); }
H1.HeaderClassName
{
color: #FDC56B;
}
.AnyTagClassName
{
color: #FDC56B;
}
</style>
background-color css
<style>
a { background-color: #FDC56B; }
a { background-color: rgb(253,197,107); }
div.DivClassName
{
background-color: #FDC56B;
}
.BgClassName
{
background-color: #FDC56B;
}
</style>
border-color css
<style>
span { border-color: #FDC56B; }
span { border-color: rgb(253,197,107); }
td.TdClassName
{
border-color: #FDC56B;
}
.TagClassName
{
border-color: #FDC56B;
}
</style>