Shades of Grandis #FDD072
Tints of Grandis #FDD072
RGB
CMYK
RGB Variations
Color information
#FDD072 (or 0xFDD072) is known color: Grandis. HEX triplet: FD, D0 and 72. RGB value is (253,208,114). Sum of RGB (Red+Green+Blue) = 253+208+114=575 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44% from 575); Green value is 208 (81.64% from 255 or 36.17% from 575); Blue value is 114 (44.92% from 255 or 19.83% from 575); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD072 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD072 is #022F8D. Grayscale: #D3D3D3. Windows color (decimal): -143246 or 7524605. OLE color: 7524605.
HSL color Cylindrical-coordinate representation of color #FDD072: hue angle of 40.58º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FDD072 is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 208 | 114 | - |
| CMYK | 0 | 0.18 | 0.55 | 0.01 |
| HSL | 40.58º | 0.97% | 0.72% | - |
| HSV(B) | 40.58º | 0.55% | 0.99% | - |
| XYZ | 66.1 | 67.21 | 25.41 | - |
| YUV | 210.74 | 73.41 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 208 | 114 | 0 | 0.18 | 0.55 | 0.01 | 40.58 | 0.97 | 0.72 |
| Hex | FD | D0 | 72 | 0 | 12 | 37 | 1 | 29 | 61 | 48 |
| Octal | 375 | 320 | 162 | 0 | 22 | 67 | 1 | 51 | 141 | 110 |
| Binary | 11111101 | 11010000 | 1110010 | 0 | 10010 | 110111 | 1 | 101001 | 1100001 | 1001000 |
Color Harmonies of #FDD072
Complementary color
Monochromatic Colors of #FDD072
Black with #FDD072
Text Example
Text Example
White with #FDD072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD072; }
p { color: rgb(253,208,114); }
H1.HeaderClassName
{
color: #FDD072;
}
.AnyTagClassName
{
color: #FDD072;
}
</style>
background-color css
<style>
a { background-color: #FDD072; }
a { background-color: rgb(253,208,114); }
div.DivClassName
{
background-color: #FDD072;
}
.BgClassName
{
background-color: #FDD072;
}
</style>
border-color css
<style>
span { border-color: #FDD072; }
span { border-color: rgb(253,208,114); }
td.TdClassName
{
border-color: #FDD072;
}
.TagClassName
{
border-color: #FDD072;
}
</style>