Shades of Grandis #FDD46B
Tints of Grandis #FDD46B
RGB
CMYK
RGB Variations
Color information
#FDD46B (or 0xFDD46B) is known color: Grandis. HEX triplet: FD, D4 and 6B. RGB value is (253,212,107). Sum of RGB (Red+Green+Blue) = 253+212+107=572 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.23% from 572); Green value is 212 (83.20% from 255 or 37.06% from 572); Blue value is 107 (42.19% from 255 or 18.71% from 572); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD46B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD46B is #022B94. Grayscale: #D4D4D4. Windows color (decimal): -142229 or 7066877. OLE color: 7066877.
HSL color Cylindrical-coordinate representation of color #FDD46B: hue angle of 43.15º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FDD46B is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 212 | 107 | - |
| CMYK | 0 | 0.16 | 0.58 | 0.01 |
| HSL | 43.15º | 0.97% | 0.71% | - |
| HSV(B) | 43.15º | 0.58% | 0.99% | - |
| XYZ | 66.71 | 69.03 | 23.72 | - |
| YUV | 212.29 | 68.58 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 212 | 107 | 0 | 0.16 | 0.58 | 0.01 | 43.15 | 0.97 | 0.71 |
| Hex | FD | D4 | 6B | 0 | 10 | 3A | 1 | 2B | 61 | 47 |
| Octal | 375 | 324 | 153 | 0 | 20 | 72 | 1 | 53 | 141 | 107 |
| Binary | 11111101 | 11010100 | 1101011 | 0 | 10000 | 111010 | 1 | 101011 | 1100001 | 1000111 |
Color Harmonies of #FDD46B
Complementary color
Monochromatic Colors of #FDD46B
Black with #FDD46B
Text Example
Text Example
White with #FDD46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD46B; }
p { color: rgb(253,212,107); }
H1.HeaderClassName
{
color: #FDD46B;
}
.AnyTagClassName
{
color: #FDD46B;
}
</style>
background-color css
<style>
a { background-color: #FDD46B; }
a { background-color: rgb(253,212,107); }
div.DivClassName
{
background-color: #FDD46B;
}
.BgClassName
{
background-color: #FDD46B;
}
</style>
border-color css
<style>
span { border-color: #FDD46B; }
span { border-color: rgb(253,212,107); }
td.TdClassName
{
border-color: #FDD46B;
}
.TagClassName
{
border-color: #FDD46B;
}
</style>