Shades of Grandis #FDD46E
Tints of Grandis #FDD46E
RGB
CMYK
RGB Variations
Color information
#FDD46E (or 0xFDD46E) is known color: Grandis. HEX triplet: FD, D4 and 6E. RGB value is (253,212,110). Sum of RGB (Red+Green+Blue) = 253+212+110=575 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44% from 575); Green value is 212 (83.20% from 255 or 36.87% from 575); Blue value is 110 (43.36% from 255 or 19.13% from 575); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD46E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD46E is #022B91. Grayscale: #D5D5D5. Windows color (decimal): -142226 or 7263485. OLE color: 7263485.
HSL color Cylindrical-coordinate representation of color #FDD46E: hue angle of 42.8º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FDD46E is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 212 | 110 | - |
| CMYK | 0 | 0.16 | 0.57 | 0.01 |
| HSL | 42.8º | 0.97% | 0.71% | - |
| HSV(B) | 42.8º | 0.57% | 0.99% | - |
| XYZ | 66.87 | 69.1 | 24.56 | - |
| YUV | 212.63 | 70.08 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 212 | 110 | 0 | 0.16 | 0.57 | 0.01 | 42.8 | 0.97 | 0.71 |
| Hex | FD | D4 | 6E | 0 | 10 | 39 | 1 | 2B | 61 | 47 |
| Octal | 375 | 324 | 156 | 0 | 20 | 71 | 1 | 53 | 141 | 107 |
| Binary | 11111101 | 11010100 | 1101110 | 0 | 10000 | 111001 | 1 | 101011 | 1100001 | 1000111 |
Color Harmonies of #FDD46E
Complementary color
Monochromatic Colors of #FDD46E
Black with #FDD46E
Text Example
Text Example
White with #FDD46E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD46E; }
p { color: rgb(253,212,110); }
H1.HeaderClassName
{
color: #FDD46E;
}
.AnyTagClassName
{
color: #FDD46E;
}
</style>
background-color css
<style>
a { background-color: #FDD46E; }
a { background-color: rgb(253,212,110); }
div.DivClassName
{
background-color: #FDD46E;
}
.BgClassName
{
background-color: #FDD46E;
}
</style>
border-color css
<style>
span { border-color: #FDD46E; }
span { border-color: rgb(253,212,110); }
td.TdClassName
{
border-color: #FDD46E;
}
.TagClassName
{
border-color: #FDD46E;
}
</style>