Shades of Grandis #FDD272
Tints of Grandis #FDD272
RGB
CMYK
RGB Variations
Color information
#FDD272 (or 0xFDD272) is known color: Grandis. HEX triplet: FD, D2 and 72. RGB value is (253,210,114). Sum of RGB (Red+Green+Blue) = 253+210+114=577 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.85% from 577); Green value is 210 (82.42% from 255 or 36.40% from 577); Blue value is 114 (44.92% from 255 or 19.76% from 577); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD272 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD272 is #022D8D. Grayscale: #D4D4D4. Windows color (decimal): -142734 or 7525117. OLE color: 7525117.
HSL color Cylindrical-coordinate representation of color #FDD272: hue angle of 41.44º 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 #FDD272 is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 210 | 114 | - |
| CMYK | 0 | 0.17 | 0.55 | 0.01 |
| HSL | 41.44º | 0.97% | 0.72% | - |
| HSV(B) | 41.44º | 0.55% | 0.99% | - |
| XYZ | 66.59 | 68.19 | 25.57 | - |
| YUV | 211.91 | 72.75 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 210 | 114 | 0 | 0.17 | 0.55 | 0.01 | 41.44 | 0.97 | 0.72 |
| Hex | FD | D2 | 72 | 0 | 11 | 37 | 1 | 29 | 61 | 48 |
| Octal | 375 | 322 | 162 | 0 | 21 | 67 | 1 | 51 | 141 | 110 |
| Binary | 11111101 | 11010010 | 1110010 | 0 | 10001 | 110111 | 1 | 101001 | 1100001 | 1001000 |
Color Harmonies of #FDD272
Complementary color
Monochromatic Colors of #FDD272
Black with #FDD272
Text Example
Text Example
White with #FDD272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD272; }
p { color: rgb(253,210,114); }
H1.HeaderClassName
{
color: #FDD272;
}
.AnyTagClassName
{
color: #FDD272;
}
</style>
background-color css
<style>
a { background-color: #FDD272; }
a { background-color: rgb(253,210,114); }
div.DivClassName
{
background-color: #FDD272;
}
.BgClassName
{
background-color: #FDD272;
}
</style>
border-color css
<style>
span { border-color: #FDD272; }
span { border-color: rgb(253,210,114); }
td.TdClassName
{
border-color: #FDD272;
}
.TagClassName
{
border-color: #FDD272;
}
</style>