Shades of Amber #FDC003
Tints of Amber #FDC003
RGB
CMYK
RGB Variations
Color information
#FDC003 (or 0xFDC003) is known color: Amber. HEX triplet: FD, C0 and 03. RGB value is (253,192,3). Sum of RGB (Red+Green+Blue) = 253+192+3=448 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.47% from 448); Green value is 192 (75.39% from 255 or 42.86% from 448); Blue value is 3 (1.56% from 255 or 0.67% from 448); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC003 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC003 is #023FFC. Grayscale: #BDBDBD. Windows color (decimal): -147453 or 246013. OLE color: 246013.
HSL color Cylindrical-coordinate representation of color #FDC003: hue angle of 45.36º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FDC003 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 192 | 3 | - |
| CMYK | 0 | 0.24 | 0.99 | 0.01 |
| HSL | 45.36º | 0.98% | 0.5% | - |
| HSV(B) | 45.36º | 0.99% | 0.99% | - |
| XYZ | 59.37 | 58.59 | 8.27 | - |
| YUV | 188.69 | 23.21 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 192 | 3 | 0 | 0.24 | 0.99 | 0.01 | 45.36 | 0.98 | 0.5 |
| Hex | FD | C0 | 3 | 0 | 18 | 63 | 1 | 2D | 62 | 32 |
| Octal | 375 | 300 | 3 | 0 | 30 | 143 | 1 | 55 | 142 | 62 |
| Binary | 11111101 | 11000000 | 11 | 0 | 11000 | 1100011 | 1 | 101101 | 1100010 | 110010 |
Color Harmonies of #FDC003
Complementary color
Monochromatic Colors of #FDC003
Black with #FDC003
Text Example
Text Example
White with #FDC003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC003; }
p { color: rgb(253,192,3); }
H1.HeaderClassName
{
color: #FDC003;
}
.AnyTagClassName
{
color: #FDC003;
}
</style>
background-color css
<style>
a { background-color: #FDC003; }
a { background-color: rgb(253,192,3); }
div.DivClassName
{
background-color: #FDC003;
}
.BgClassName
{
background-color: #FDC003;
}
</style>
border-color css
<style>
span { border-color: #FDC003; }
span { border-color: rgb(253,192,3); }
td.TdClassName
{
border-color: #FDC003;
}
.TagClassName
{
border-color: #FDC003;
}
</style>