Shades of Grandis #FDD36F
Tints of Grandis #FDD36F
RGB
CMYK
RGB Variations
Color information
#FDD36F (or 0xFDD36F) is known color: Grandis. HEX triplet: FD, D3 and 6F. RGB value is (253,211,111). Sum of RGB (Red+Green+Blue) = 253+211+111=575 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44% from 575); Green value is 211 (82.81% from 255 or 36.70% from 575); Blue value is 111 (43.75% from 255 or 19.30% from 575); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD36F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD36F is #022C90. Grayscale: #D4D4D4. Windows color (decimal): -142481 or 7328765. OLE color: 7328765.
HSL color Cylindrical-coordinate representation of color #FDD36F: hue angle of 42.25º 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 #FDD36F is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 211 | 111 | - |
| CMYK | 0 | 0.17 | 0.56 | 0.01 |
| HSL | 42.25º | 0.97% | 0.71% | - |
| HSV(B) | 42.25º | 0.56% | 0.99% | - |
| XYZ | 66.67 | 68.62 | 24.77 | - |
| YUV | 212.16 | 70.91 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 211 | 111 | 0 | 0.17 | 0.56 | 0.01 | 42.25 | 0.97 | 0.71 |
| Hex | FD | D3 | 6F | 0 | 11 | 38 | 1 | 2A | 61 | 47 |
| Octal | 375 | 323 | 157 | 0 | 21 | 70 | 1 | 52 | 141 | 107 |
| Binary | 11111101 | 11010011 | 1101111 | 0 | 10001 | 111000 | 1 | 101010 | 1100001 | 1000111 |
Color Harmonies of #FDD36F
Complementary color
Monochromatic Colors of #FDD36F
Black with #FDD36F
Text Example
Text Example
White with #FDD36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD36F; }
p { color: rgb(253,211,111); }
H1.HeaderClassName
{
color: #FDD36F;
}
.AnyTagClassName
{
color: #FDD36F;
}
</style>
background-color css
<style>
a { background-color: #FDD36F; }
a { background-color: rgb(253,211,111); }
div.DivClassName
{
background-color: #FDD36F;
}
.BgClassName
{
background-color: #FDD36F;
}
</style>
border-color css
<style>
span { border-color: #FDD36F; }
span { border-color: rgb(253,211,111); }
td.TdClassName
{
border-color: #FDD36F;
}
.TagClassName
{
border-color: #FDD36F;
}
</style>