Shades of Grandis #FDD071
Tints of Grandis #FDD071
RGB
CMYK
RGB Variations
Color information
#FDD071 (or 0xFDD071) is known color: Grandis. HEX triplet: FD, D0 and 71. RGB value is (253,208,113). Sum of RGB (Red+Green+Blue) = 253+208+113=574 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44.08% from 574); Green value is 208 (81.64% from 255 or 36.24% from 574); Blue value is 113 (44.53% from 255 or 19.69% from 574); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD071 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD071 is #022F8E. Grayscale: #D3D3D3. Windows color (decimal): -143247 or 7459069. OLE color: 7459069.
HSL color Cylindrical-coordinate representation of color #FDD071: hue angle of 40.71º 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 #FDD071 is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 208 | 113 | - |
| CMYK | 0 | 0.18 | 0.55 | 0.01 |
| HSL | 40.71º | 0.97% | 0.72% | - |
| HSV(B) | 40.71º | 0.55% | 0.99% | - |
| XYZ | 66.04 | 67.19 | 25.11 | - |
| YUV | 210.63 | 72.91 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 208 | 113 | 0 | 0.18 | 0.55 | 0.01 | 40.71 | 0.97 | 0.72 |
| Hex | FD | D0 | 71 | 0 | 12 | 37 | 1 | 29 | 61 | 48 |
| Octal | 375 | 320 | 161 | 0 | 22 | 67 | 1 | 51 | 141 | 110 |
| Binary | 11111101 | 11010000 | 1110001 | 0 | 10010 | 110111 | 1 | 101001 | 1100001 | 1001000 |
Color Harmonies of #FDD071
Complementary color
Monochromatic Colors of #FDD071
Black with #FDD071
Text Example
Text Example
White with #FDD071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD071; }
p { color: rgb(253,208,113); }
H1.HeaderClassName
{
color: #FDD071;
}
.AnyTagClassName
{
color: #FDD071;
}
</style>
background-color css
<style>
a { background-color: #FDD071; }
a { background-color: rgb(253,208,113); }
div.DivClassName
{
background-color: #FDD071;
}
.BgClassName
{
background-color: #FDD071;
}
</style>
border-color css
<style>
span { border-color: #FDD071; }
span { border-color: rgb(253,208,113); }
td.TdClassName
{
border-color: #FDD071;
}
.TagClassName
{
border-color: #FDD071;
}
</style>