Shades of Grandis #FDC974
Tints of Grandis #FDC974
RGB
CMYK
RGB Variations
Color information
#FDC974 (or 0xFDC974) is known color: Grandis. HEX triplet: FD, C9 and 74. RGB value is (253,201,116). Sum of RGB (Red+Green+Blue) = 253+201+116=570 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.39% from 570); Green value is 201 (78.91% from 255 or 35.26% from 570); Blue value is 116 (45.70% from 255 or 20.35% from 570); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC974 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC974 is #02368B. Grayscale: #CFCFCF. Windows color (decimal): -145036 or 7653885. OLE color: 7653885.
HSL color Cylindrical-coordinate representation of color #FDC974: hue angle of 37.23º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FDC974 is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 201 | 116 | - |
| CMYK | 0 | 0.21 | 0.54 | 0.01 |
| HSL | 37.23º | 0.97% | 0.72% | - |
| HSV(B) | 37.23º | 0.54% | 0.99% | - |
| XYZ | 64.55 | 63.92 | 25.46 | - |
| YUV | 206.86 | 76.73 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 201 | 116 | 0 | 0.21 | 0.54 | 0.01 | 37.23 | 0.97 | 0.72 |
| Hex | FD | C9 | 74 | 0 | 15 | 36 | 1 | 25 | 61 | 48 |
| Octal | 375 | 311 | 164 | 0 | 25 | 66 | 1 | 45 | 141 | 110 |
| Binary | 11111101 | 11001001 | 1110100 | 0 | 10101 | 110110 | 1 | 100101 | 1100001 | 1001000 |
Color Harmonies of #FDC974
Complementary color
Monochromatic Colors of #FDC974
Black with #FDC974
Text Example
Text Example
White with #FDC974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC974; }
p { color: rgb(253,201,116); }
H1.HeaderClassName
{
color: #FDC974;
}
.AnyTagClassName
{
color: #FDC974;
}
</style>
background-color css
<style>
a { background-color: #FDC974; }
a { background-color: rgb(253,201,116); }
div.DivClassName
{
background-color: #FDC974;
}
.BgClassName
{
background-color: #FDC974;
}
</style>
border-color css
<style>
span { border-color: #FDC974; }
span { border-color: rgb(253,201,116); }
td.TdClassName
{
border-color: #FDC974;
}
.TagClassName
{
border-color: #FDC974;
}
</style>