Shades of Grandis #FDD371
Tints of Grandis #FDD371
RGB
CMYK
RGB Variations
Color information
#FDD371 (or 0xFDD371) is known color: Grandis. HEX triplet: FD, D3 and 71. RGB value is (253,211,113). Sum of RGB (Red+Green+Blue) = 253+211+113=577 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.85% from 577); Green value is 211 (82.81% from 255 or 36.57% from 577); Blue value is 113 (44.53% from 255 or 19.58% from 577); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD371 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD371 is #022C8E. Grayscale: #D4D4D4. Windows color (decimal): -142479 or 7459837. OLE color: 7459837.
HSL color Cylindrical-coordinate representation of color #FDD371: hue angle of 42º 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 #FDD371 is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 211 | 113 | - |
| CMYK | 0 | 0.17 | 0.55 | 0.01 |
| HSL | 42º | 0.97% | 0.72% | - |
| HSV(B) | 42º | 0.55% | 0.99% | - |
| XYZ | 66.78 | 68.66 | 25.36 | - |
| YUV | 212.39 | 71.91 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 211 | 113 | 0 | 0.17 | 0.55 | 0.01 | 42 | 0.97 | 0.72 |
| Hex | FD | D3 | 71 | 0 | 11 | 37 | 1 | 2A | 61 | 48 |
| Octal | 375 | 323 | 161 | 0 | 21 | 67 | 1 | 52 | 141 | 110 |
| Binary | 11111101 | 11010011 | 1110001 | 0 | 10001 | 110111 | 1 | 101010 | 1100001 | 1001000 |
Color Harmonies of #FDD371
Complementary color
Monochromatic Colors of #FDD371
Black with #FDD371
Text Example
Text Example
White with #FDD371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD371; }
p { color: rgb(253,211,113); }
H1.HeaderClassName
{
color: #FDD371;
}
.AnyTagClassName
{
color: #FDD371;
}
</style>
background-color css
<style>
a { background-color: #FDD371; }
a { background-color: rgb(253,211,113); }
div.DivClassName
{
background-color: #FDD371;
}
.BgClassName
{
background-color: #FDD371;
}
</style>
border-color css
<style>
span { border-color: #FDD371; }
span { border-color: rgb(253,211,113); }
td.TdClassName
{
border-color: #FDD371;
}
.TagClassName
{
border-color: #FDD371;
}
</style>