Shades of Grandis #FDD074
Tints of Grandis #FDD074
RGB
CMYK
RGB Variations
Color information
#FDD074 (or 0xFDD074) is known color: Grandis. HEX triplet: FD, D0 and 74. RGB value is (253,208,116). Sum of RGB (Red+Green+Blue) = 253+208+116=577 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.85% from 577); Green value is 208 (81.64% from 255 or 36.05% from 577); Blue value is 116 (45.70% from 255 or 20.10% from 577); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD074 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD074 is #022F8B. Grayscale: #D3D3D3. Windows color (decimal): -143244 or 7655677. OLE color: 7655677.
HSL color Cylindrical-coordinate representation of color #FDD074: hue angle of 40.29º 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 #FDD074 is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 208 | 116 | - |
| CMYK | 0 | 0.18 | 0.54 | 0.01 |
| HSL | 40.29º | 0.97% | 0.72% | - |
| HSV(B) | 40.29º | 0.54% | 0.99% | - |
| XYZ | 66.22 | 67.26 | 26.01 | - |
| YUV | 210.97 | 74.41 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 208 | 116 | 0 | 0.18 | 0.54 | 0.01 | 40.29 | 0.97 | 0.72 |
| Hex | FD | D0 | 74 | 0 | 12 | 36 | 1 | 28 | 61 | 48 |
| Octal | 375 | 320 | 164 | 0 | 22 | 66 | 1 | 50 | 141 | 110 |
| Binary | 11111101 | 11010000 | 1110100 | 0 | 10010 | 110110 | 1 | 101000 | 1100001 | 1001000 |
Color Harmonies of #FDD074
Complementary color
Monochromatic Colors of #FDD074
Black with #FDD074
Text Example
Text Example
White with #FDD074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD074; }
p { color: rgb(253,208,116); }
H1.HeaderClassName
{
color: #FDD074;
}
.AnyTagClassName
{
color: #FDD074;
}
</style>
background-color css
<style>
a { background-color: #FDD074; }
a { background-color: rgb(253,208,116); }
div.DivClassName
{
background-color: #FDD074;
}
.BgClassName
{
background-color: #FDD074;
}
</style>
border-color css
<style>
span { border-color: #FDD074; }
span { border-color: rgb(253,208,116); }
td.TdClassName
{
border-color: #FDD074;
}
.TagClassName
{
border-color: #FDD074;
}
</style>