Shades of Gold #FDD40B
Tints of Gold #FDD40B
RGB
CMYK
RGB Variations
Color information
#FDD40B (or 0xFDD40B) is known color: Gold. HEX triplet: FD, D4 and 0B. RGB value is (253,212,11). Sum of RGB (Red+Green+Blue) = 253+212+11=476 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.15% from 476); Green value is 212 (83.20% from 255 or 44.54% from 476); Blue value is 11 (4.69% from 255 or 2.31% from 476); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD40B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD40B is #022BF4. Grayscale: #CACACA. Windows color (decimal): -142325 or 775421. OLE color: 775421.
HSL color Cylindrical-coordinate representation of color #FDD40B: hue angle of 49.83º 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 #FDD40B is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 212 | 11 | - |
| CMYK | 0 | 0.16 | 0.96 | 0.01 |
| HSL | 49.83º | 0.98% | 0.52% | - |
| HSV(B) | 49.83º | 0.96% | 0.99% | - |
| XYZ | 64.11 | 67.99 | 10.06 | - |
| YUV | 201.35 | 20.58 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 212 | 11 | 0 | 0.16 | 0.96 | 0.01 | 49.83 | 0.98 | 0.52 |
| Hex | FD | D4 | B | 0 | 10 | 60 | 1 | 32 | 62 | 34 |
| Octal | 375 | 324 | 13 | 0 | 20 | 140 | 1 | 62 | 142 | 64 |
| Binary | 11111101 | 11010100 | 1011 | 0 | 10000 | 1100000 | 1 | 110010 | 1100010 | 110100 |
Color Harmonies of #FDD40B
Complementary color
Monochromatic Colors of #FDD40B
Black with #FDD40B
Text Example
Text Example
White with #FDD40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD40B; }
p { color: rgb(253,212,11); }
H1.HeaderClassName
{
color: #FDD40B;
}
.AnyTagClassName
{
color: #FDD40B;
}
</style>
background-color css
<style>
a { background-color: #FDD40B; }
a { background-color: rgb(253,212,11); }
div.DivClassName
{
background-color: #FDD40B;
}
.BgClassName
{
background-color: #FDD40B;
}
</style>
border-color css
<style>
span { border-color: #FDD40B; }
span { border-color: rgb(253,212,11); }
td.TdClassName
{
border-color: #FDD40B;
}
.TagClassName
{
border-color: #FDD40B;
}
</style>