Shades of Grandis #FDD46C
Tints of Grandis #FDD46C
RGB
CMYK
RGB Variations
Color information
#FDD46C (or 0xFDD46C) is known color: Grandis. HEX triplet: FD, D4 and 6C. RGB value is (253,212,108). Sum of RGB (Red+Green+Blue) = 253+212+108=573 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.15% from 573); Green value is 212 (83.20% from 255 or 37.00% from 573); Blue value is 108 (42.58% from 255 or 18.85% from 573); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD46C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD46C is #022B93. Grayscale: #D4D4D4. Windows color (decimal): -142228 or 7132413. OLE color: 7132413.
HSL color Cylindrical-coordinate representation of color #FDD46C: hue angle of 43.03º 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 #FDD46C is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 212 | 108 | - |
| CMYK | 0 | 0.16 | 0.57 | 0.01 |
| HSL | 43.03º | 0.97% | 0.71% | - |
| HSV(B) | 43.03º | 0.57% | 0.99% | - |
| XYZ | 66.76 | 69.05 | 24 | - |
| YUV | 212.4 | 69.08 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 212 | 108 | 0 | 0.16 | 0.57 | 0.01 | 43.03 | 0.97 | 0.71 |
| Hex | FD | D4 | 6C | 0 | 10 | 39 | 1 | 2B | 61 | 47 |
| Octal | 375 | 324 | 154 | 0 | 20 | 71 | 1 | 53 | 141 | 107 |
| Binary | 11111101 | 11010100 | 1101100 | 0 | 10000 | 111001 | 1 | 101011 | 1100001 | 1000111 |
Color Harmonies of #FDD46C
Complementary color
Monochromatic Colors of #FDD46C
Black with #FDD46C
Text Example
Text Example
White with #FDD46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD46C; }
p { color: rgb(253,212,108); }
H1.HeaderClassName
{
color: #FDD46C;
}
.AnyTagClassName
{
color: #FDD46C;
}
</style>
background-color css
<style>
a { background-color: #FDD46C; }
a { background-color: rgb(253,212,108); }
div.DivClassName
{
background-color: #FDD46C;
}
.BgClassName
{
background-color: #FDD46C;
}
</style>
border-color css
<style>
span { border-color: #FDD46C; }
span { border-color: rgb(253,212,108); }
td.TdClassName
{
border-color: #FDD46C;
}
.TagClassName
{
border-color: #FDD46C;
}
</style>