Shades of Grandis #FDD075
Tints of Grandis #FDD075
RGB
CMYK
RGB Variations
Color information
#FDD075 (or 0xFDD075) is known color: Grandis. HEX triplet: FD, D0 and 75. RGB value is (253,208,117). Sum of RGB (Red+Green+Blue) = 253+208+117=578 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.77% from 578); Green value is 208 (81.64% from 255 or 35.99% from 578); Blue value is 117 (46.09% from 255 or 20.24% from 578); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD075 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD075 is #022F8A. Grayscale: #D3D3D3. Windows color (decimal): -143243 or 7721213. OLE color: 7721213.
HSL color Cylindrical-coordinate representation of color #FDD075: hue angle of 40.15º 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 #FDD075 is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 208 | 117 | - |
| CMYK | 0 | 0.18 | 0.54 | 0.01 |
| HSL | 40.15º | 0.97% | 0.73% | - |
| HSV(B) | 40.15º | 0.54% | 0.99% | - |
| XYZ | 66.27 | 67.28 | 26.32 | - |
| YUV | 211.08 | 74.91 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 208 | 117 | 0 | 0.18 | 0.54 | 0.01 | 40.15 | 0.97 | 0.73 |
| Hex | FD | D0 | 75 | 0 | 12 | 36 | 1 | 28 | 61 | 49 |
| Octal | 375 | 320 | 165 | 0 | 22 | 66 | 1 | 50 | 141 | 111 |
| Binary | 11111101 | 11010000 | 1110101 | 0 | 10010 | 110110 | 1 | 101000 | 1100001 | 1001001 |
Color Harmonies of #FDD075
Complementary color
Monochromatic Colors of #FDD075
Black with #FDD075
Text Example
Text Example
White with #FDD075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD075; }
p { color: rgb(253,208,117); }
H1.HeaderClassName
{
color: #FDD075;
}
.AnyTagClassName
{
color: #FDD075;
}
</style>
background-color css
<style>
a { background-color: #FDD075; }
a { background-color: rgb(253,208,117); }
div.DivClassName
{
background-color: #FDD075;
}
.BgClassName
{
background-color: #FDD075;
}
</style>
border-color css
<style>
span { border-color: #FDD075; }
span { border-color: rgb(253,208,117); }
td.TdClassName
{
border-color: #FDD075;
}
.TagClassName
{
border-color: #FDD075;
}
</style>