Shades of Grandis #FDCD74
Tints of Grandis #FDCD74
RGB
CMYK
RGB Variations
Color information
#FDCD74 (or 0xFDCD74) is known color: Grandis. HEX triplet: FD, CD and 74. RGB value is (253,205,116). Sum of RGB (Red+Green+Blue) = 253+205+116=574 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44.08% from 574); Green value is 205 (80.47% from 255 or 35.71% from 574); Blue value is 116 (45.70% from 255 or 20.21% from 574); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCD74 is #02328B. Grayscale: #D1D1D1. Windows color (decimal): -144012 or 7654909. OLE color: 7654909.
HSL color Cylindrical-coordinate representation of color #FDCD74: hue angle of 38.98º 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 #FDCD74 is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 205 | 116 | - |
| CMYK | 0 | 0.19 | 0.54 | 0.01 |
| HSL | 38.98º | 0.97% | 0.72% | - |
| HSV(B) | 38.98º | 0.54% | 0.99% | - |
| XYZ | 65.49 | 65.81 | 25.77 | - |
| YUV | 209.21 | 75.4 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 205 | 116 | 0 | 0.19 | 0.54 | 0.01 | 38.98 | 0.97 | 0.72 |
| Hex | FD | CD | 74 | 0 | 13 | 36 | 1 | 27 | 61 | 48 |
| Octal | 375 | 315 | 164 | 0 | 23 | 66 | 1 | 47 | 141 | 110 |
| Binary | 11111101 | 11001101 | 1110100 | 0 | 10011 | 110110 | 1 | 100111 | 1100001 | 1001000 |
Color Harmonies of #FDCD74
Complementary color
Monochromatic Colors of #FDCD74
Black with #FDCD74
Text Example
Text Example
White with #FDCD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCD74; }
p { color: rgb(253,205,116); }
H1.HeaderClassName
{
color: #FDCD74;
}
.AnyTagClassName
{
color: #FDCD74;
}
</style>
background-color css
<style>
a { background-color: #FDCD74; }
a { background-color: rgb(253,205,116); }
div.DivClassName
{
background-color: #FDCD74;
}
.BgClassName
{
background-color: #FDCD74;
}
</style>
border-color css
<style>
span { border-color: #FDCD74; }
span { border-color: rgb(253,205,116); }
td.TdClassName
{
border-color: #FDCD74;
}
.TagClassName
{
border-color: #FDCD74;
}
</style>