Shades of Gold #FDD50B
Tints of Gold #FDD50B
RGB
CMYK
RGB Variations
Color information
#FDD50B (or 0xFDD50B) is known color: Gold. HEX triplet: FD, D5 and 0B. RGB value is (253,213,11). Sum of RGB (Red+Green+Blue) = 253+213+11=477 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.04% from 477); Green value is 213 (83.59% from 255 or 44.65% from 477); Blue value is 11 (4.69% from 255 or 2.31% from 477); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD50B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD50B is #022AF4. Grayscale: #CACACA. Windows color (decimal): -142069 or 775677. OLE color: 775677.
HSL color Cylindrical-coordinate representation of color #FDD50B: hue angle of 50.08º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FDD50B is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 213 | 11 | - |
| CMYK | 0 | 0.16 | 0.96 | 0.01 |
| HSL | 50.08º | 0.98% | 0.52% | - |
| HSV(B) | 50.08º | 0.96% | 0.99% | - |
| XYZ | 64.36 | 68.5 | 10.15 | - |
| YUV | 201.93 | 20.25 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 213 | 11 | 0 | 0.16 | 0.96 | 0.01 | 50.08 | 0.98 | 0.52 |
| Hex | FD | D5 | B | 0 | 10 | 60 | 1 | 32 | 62 | 34 |
| Octal | 375 | 325 | 13 | 0 | 20 | 140 | 1 | 62 | 142 | 64 |
| Binary | 11111101 | 11010101 | 1011 | 0 | 10000 | 1100000 | 1 | 110010 | 1100010 | 110100 |
Color Harmonies of #FDD50B
Complementary color
Monochromatic Colors of #FDD50B
Black with #FDD50B
Text Example
Text Example
White with #FDD50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD50B; }
p { color: rgb(253,213,11); }
H1.HeaderClassName
{
color: #FDD50B;
}
.AnyTagClassName
{
color: #FDD50B;
}
</style>
background-color css
<style>
a { background-color: #FDD50B; }
a { background-color: rgb(253,213,11); }
div.DivClassName
{
background-color: #FDD50B;
}
.BgClassName
{
background-color: #FDD50B;
}
</style>
border-color css
<style>
span { border-color: #FDD50B; }
span { border-color: rgb(253,213,11); }
td.TdClassName
{
border-color: #FDD50B;
}
.TagClassName
{
border-color: #FDD50B;
}
</style>