Shades of Amber #FDC000
Tints of Amber #FDC000
RGB
CMYK
RGB Variations
Color information
#FDC000 (or 0xFDC000) is known color: Amber. HEX triplet: FD, C0 and 00. RGB value is (253,192,0). Sum of RGB (Red+Green+Blue) = 253+192+0=445 (58% of max value = 765). Red value is 253 (99.22% from 255 or 56.85% from 445); Green value is 192 (75.39% from 255 or 43.15% from 445); Blue value is 0 (0.39% from 255 or 0% from 445); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC000 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC000 is #023FFF. Grayscale: #BDBDBD. Windows color (decimal): -147456 or 49405. OLE color: 49405.
HSL color Cylindrical-coordinate representation of color #FDC000: hue angle of 45.53º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FDC000 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 192 | 0 | - |
| CMYK | 0 | 0.24 | 1 | 0.01 |
| HSL | 45.53º | 1% | 0.5% | - |
| HSV(B) | 45.53º | 1% | 0.99% | - |
| XYZ | 59.36 | 58.58 | 8.18 | - |
| YUV | 188.35 | 21.71 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 192 | 0 | 0 | 0.24 | 1 | 0.01 | 45.53 | 1 | 0.5 |
| Hex | FD | C0 | 0 | 0 | 18 | 64 | 1 | 2E | 64 | 32 |
| Octal | 375 | 300 | 0 | 0 | 30 | 144 | 1 | 56 | 144 | 62 |
| Binary | 11111101 | 11000000 | 0 | 0 | 11000 | 1100100 | 1 | 101110 | 1100100 | 110010 |
Color Harmonies of #FDC000
Complementary color
Monochromatic Colors of #FDC000
Black with #FDC000
Text Example
Text Example
White with #FDC000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC000; }
p { color: rgb(253,192,0); }
H1.HeaderClassName
{
color: #FDC000;
}
.AnyTagClassName
{
color: #FDC000;
}
</style>
background-color css
<style>
a { background-color: #FDC000; }
a { background-color: rgb(253,192,0); }
div.DivClassName
{
background-color: #FDC000;
}
.BgClassName
{
background-color: #FDC000;
}
</style>
border-color css
<style>
span { border-color: #FDC000; }
span { border-color: rgb(253,192,0); }
td.TdClassName
{
border-color: #FDC000;
}
.TagClassName
{
border-color: #FDC000;
}
</style>