Shades of Grandis #FDD46F
Tints of Grandis #FDD46F
RGB
CMYK
RGB Variations
Color information
#FDD46F (or 0xFDD46F) is known color: Grandis. HEX triplet: FD, D4 and 6F. RGB value is (253,212,111). Sum of RGB (Red+Green+Blue) = 253+212+111=576 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.92% from 576); Green value is 212 (83.20% from 255 or 36.81% from 576); Blue value is 111 (43.75% from 255 or 19.27% from 576); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD46F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD46F is #022B90. Grayscale: #D5D5D5. Windows color (decimal): -142225 or 7329021. OLE color: 7329021.
HSL color Cylindrical-coordinate representation of color #FDD46F: hue angle of 42.68º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FDD46F is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 212 | 111 | - |
| CMYK | 0 | 0.16 | 0.56 | 0.01 |
| HSL | 42.68º | 0.97% | 0.71% | - |
| HSV(B) | 42.68º | 0.56% | 0.99% | - |
| XYZ | 66.92 | 69.12 | 24.85 | - |
| YUV | 212.75 | 70.58 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 212 | 111 | 0 | 0.16 | 0.56 | 0.01 | 42.68 | 0.97 | 0.71 |
| Hex | FD | D4 | 6F | 0 | 10 | 38 | 1 | 2B | 61 | 47 |
| Octal | 375 | 324 | 157 | 0 | 20 | 70 | 1 | 53 | 141 | 107 |
| Binary | 11111101 | 11010100 | 1101111 | 0 | 10000 | 111000 | 1 | 101011 | 1100001 | 1000111 |
Color Harmonies of #FDD46F
Complementary color
Monochromatic Colors of #FDD46F
Black with #FDD46F
Text Example
Text Example
White with #FDD46F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD46F; }
p { color: rgb(253,212,111); }
H1.HeaderClassName
{
color: #FDD46F;
}
.AnyTagClassName
{
color: #FDD46F;
}
</style>
background-color css
<style>
a { background-color: #FDD46F; }
a { background-color: rgb(253,212,111); }
div.DivClassName
{
background-color: #FDD46F;
}
.BgClassName
{
background-color: #FDD46F;
}
</style>
border-color css
<style>
span { border-color: #FDD46F; }
span { border-color: rgb(253,212,111); }
td.TdClassName
{
border-color: #FDD46F;
}
.TagClassName
{
border-color: #FDD46F;
}
</style>