Shades of Grandis #FDD175
Tints of Grandis #FDD175
RGB
CMYK
RGB Variations
Color information
#FDD175 (or 0xFDD175) is known color: Grandis. HEX triplet: FD, D1 and 75. RGB value is (253,209,117). Sum of RGB (Red+Green+Blue) = 253+209+117=579 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.70% from 579); Green value is 209 (82.03% from 255 or 36.10% from 579); Blue value is 117 (46.09% from 255 or 20.21% from 579); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD175 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD175 is #022E8A. Grayscale: #D4D4D4. Windows color (decimal): -142987 or 7721469. OLE color: 7721469.
HSL color Cylindrical-coordinate representation of color #FDD175: hue angle of 40.59º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FDD175 is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 209 | 117 | - |
| CMYK | 0 | 0.17 | 0.54 | 0.01 |
| HSL | 40.59º | 0.97% | 0.73% | - |
| HSV(B) | 40.59º | 0.54% | 0.99% | - |
| XYZ | 66.52 | 67.77 | 26.4 | - |
| YUV | 211.67 | 74.58 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 209 | 117 | 0 | 0.17 | 0.54 | 0.01 | 40.59 | 0.97 | 0.73 |
| Hex | FD | D1 | 75 | 0 | 11 | 36 | 1 | 29 | 61 | 49 |
| Octal | 375 | 321 | 165 | 0 | 21 | 66 | 1 | 51 | 141 | 111 |
| Binary | 11111101 | 11010001 | 1110101 | 0 | 10001 | 110110 | 1 | 101001 | 1100001 | 1001001 |
Color Harmonies of #FDD175
Complementary color
Monochromatic Colors of #FDD175
Black with #FDD175
Text Example
Text Example
White with #FDD175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD175; }
p { color: rgb(253,209,117); }
H1.HeaderClassName
{
color: #FDD175;
}
.AnyTagClassName
{
color: #FDD175;
}
</style>
background-color css
<style>
a { background-color: #FDD175; }
a { background-color: rgb(253,209,117); }
div.DivClassName
{
background-color: #FDD175;
}
.BgClassName
{
background-color: #FDD175;
}
</style>
border-color css
<style>
span { border-color: #FDD175; }
span { border-color: rgb(253,209,117); }
td.TdClassName
{
border-color: #FDD175;
}
.TagClassName
{
border-color: #FDD175;
}
</style>