Shades of Grandis #FDC76A
Tints of Grandis #FDC76A
RGB
CMYK
RGB Variations
Color information
#FDC76A (or 0xFDC76A) is known color: Grandis. HEX triplet: FD, C7 and 6A. RGB value is (253,199,106). Sum of RGB (Red+Green+Blue) = 253+199+106=558 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.34% from 558); Green value is 199 (78.12% from 255 or 35.66% from 558); Blue value is 106 (41.80% from 255 or 19.00% from 558); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC76A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC76A is #023895. Grayscale: #CCCCCC. Windows color (decimal): -145558 or 6998013. OLE color: 6998013.
HSL color Cylindrical-coordinate representation of color #FDC76A: hue angle of 37.96º 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 #FDC76A is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 199 | 106 | - |
| CMYK | 0 | 0.21 | 0.58 | 0.01 |
| HSL | 37.96º | 0.97% | 0.7% | - |
| HSV(B) | 37.96º | 0.58% | 0.99% | - |
| XYZ | 63.53 | 62.77 | 22.4 | - |
| YUV | 204.54 | 72.39 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 199 | 106 | 0 | 0.21 | 0.58 | 0.01 | 37.96 | 0.97 | 0.7 |
| Hex | FD | C7 | 6A | 0 | 15 | 3A | 1 | 26 | 61 | 46 |
| Octal | 375 | 307 | 152 | 0 | 25 | 72 | 1 | 46 | 141 | 106 |
| Binary | 11111101 | 11000111 | 1101010 | 0 | 10101 | 111010 | 1 | 100110 | 1100001 | 1000110 |
Color Harmonies of #FDC76A
Complementary color
Monochromatic Colors of #FDC76A
Black with #FDC76A
Text Example
Text Example
White with #FDC76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC76A; }
p { color: rgb(253,199,106); }
H1.HeaderClassName
{
color: #FDC76A;
}
.AnyTagClassName
{
color: #FDC76A;
}
</style>
background-color css
<style>
a { background-color: #FDC76A; }
a { background-color: rgb(253,199,106); }
div.DivClassName
{
background-color: #FDC76A;
}
.BgClassName
{
background-color: #FDC76A;
}
</style>
border-color css
<style>
span { border-color: #FDC76A; }
span { border-color: rgb(253,199,106); }
td.TdClassName
{
border-color: #FDC76A;
}
.TagClassName
{
border-color: #FDC76A;
}
</style>