Shades of Amber #FDC004
Tints of Amber #FDC004
RGB
CMYK
RGB Variations
Color information
#FDC004 (or 0xFDC004) is known color: Amber. HEX triplet: FD, C0 and 04. RGB value is (253,192,4). Sum of RGB (Red+Green+Blue) = 253+192+4=449 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.35% from 449); Green value is 192 (75.39% from 255 or 42.76% from 449); Blue value is 4 (1.95% from 255 or 0.89% from 449); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC004 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC004 is #023FFB. Grayscale: #BDBDBD. Windows color (decimal): -147452 or 311549. OLE color: 311549.
HSL color Cylindrical-coordinate representation of color #FDC004: hue angle of 45.3º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FDC004 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 192 | 4 | - |
| CMYK | 0 | 0.24 | 0.98 | 0.01 |
| HSL | 45.3º | 0.98% | 0.5% | - |
| HSV(B) | 45.3º | 0.98% | 0.99% | - |
| XYZ | 59.38 | 58.59 | 8.29 | - |
| YUV | 188.81 | 23.71 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 192 | 4 | 0 | 0.24 | 0.98 | 0.01 | 45.3 | 0.98 | 0.5 |
| Hex | FD | C0 | 4 | 0 | 18 | 62 | 1 | 2D | 62 | 32 |
| Octal | 375 | 300 | 4 | 0 | 30 | 142 | 1 | 55 | 142 | 62 |
| Binary | 11111101 | 11000000 | 100 | 0 | 11000 | 1100010 | 1 | 101101 | 1100010 | 110010 |
Color Harmonies of #FDC004
Complementary color
Monochromatic Colors of #FDC004
Black with #FDC004
Text Example
Text Example
White with #FDC004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC004; }
p { color: rgb(253,192,4); }
H1.HeaderClassName
{
color: #FDC004;
}
.AnyTagClassName
{
color: #FDC004;
}
</style>
background-color css
<style>
a { background-color: #FDC004; }
a { background-color: rgb(253,192,4); }
div.DivClassName
{
background-color: #FDC004;
}
.BgClassName
{
background-color: #FDC004;
}
</style>
border-color css
<style>
span { border-color: #FDC004; }
span { border-color: rgb(253,192,4); }
td.TdClassName
{
border-color: #FDC004;
}
.TagClassName
{
border-color: #FDC004;
}
</style>