Shades of Grandis #FDC56A
Tints of Grandis #FDC56A
RGB
CMYK
RGB Variations
Color information
#FDC56A (or 0xFDC56A) is known color: Grandis. HEX triplet: FD, C5 and 6A. RGB value is (253,197,106). Sum of RGB (Red+Green+Blue) = 253+197+106=556 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.50% from 556); Green value is 197 (77.34% from 255 or 35.43% from 556); Blue value is 106 (41.80% from 255 or 19.06% from 556); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC56A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC56A is #023A95. Grayscale: #CBCBCB. Windows color (decimal): -146070 or 6997501. OLE color: 6997501.
HSL color Cylindrical-coordinate representation of color #FDC56A: hue angle of 37.14º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FDC56A is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 197 | 106 | - |
| CMYK | 0 | 0.22 | 0.58 | 0.01 |
| HSL | 37.14º | 0.97% | 0.7% | - |
| HSV(B) | 37.14º | 0.58% | 0.99% | - |
| XYZ | 63.08 | 61.86 | 22.25 | - |
| YUV | 203.37 | 73.05 | 163.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 197 | 106 | 0 | 0.22 | 0.58 | 0.01 | 37.14 | 0.97 | 0.7 |
| Hex | FD | C5 | 6A | 0 | 16 | 3A | 1 | 25 | 61 | 46 |
| Octal | 375 | 305 | 152 | 0 | 26 | 72 | 1 | 45 | 141 | 106 |
| Binary | 11111101 | 11000101 | 1101010 | 0 | 10110 | 111010 | 1 | 100101 | 1100001 | 1000110 |
Color Harmonies of #FDC56A
Complementary color
Monochromatic Colors of #FDC56A
Black with #FDC56A
Text Example
Text Example
White with #FDC56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC56A; }
p { color: rgb(253,197,106); }
H1.HeaderClassName
{
color: #FDC56A;
}
.AnyTagClassName
{
color: #FDC56A;
}
</style>
background-color css
<style>
a { background-color: #FDC56A; }
a { background-color: rgb(253,197,106); }
div.DivClassName
{
background-color: #FDC56A;
}
.BgClassName
{
background-color: #FDC56A;
}
</style>
border-color css
<style>
span { border-color: #FDC56A; }
span { border-color: rgb(253,197,106); }
td.TdClassName
{
border-color: #FDC56A;
}
.TagClassName
{
border-color: #FDC56A;
}
</style>