Shades of Amber #FDC001
Tints of Amber #FDC001
RGB
CMYK
RGB Variations
Color information
#FDC001 (or 0xFDC001) is known color: Amber. HEX triplet: FD, C0 and 01. RGB value is (253,192,1). Sum of RGB (Red+Green+Blue) = 253+192+1=446 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.73% from 446); Green value is 192 (75.39% from 255 or 43.05% from 446); Blue value is 1 (0.78% from 255 or 0.22% from 446); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC001 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC001 is #023FFE. Grayscale: #BDBDBD. Windows color (decimal): -147455 or 114941. OLE color: 114941.
HSL color Cylindrical-coordinate representation of color #FDC001: hue angle of 45.48º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FDC001 is Cyan = 0, Magento = 0.24, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 192 | 1 | - |
| CMYK | 0 | 0.24 | 1.00 | 0.01 |
| HSL | 45.48º | 0.99% | 0.5% | - |
| HSV(B) | 45.48º | 1% | 0.99% | - |
| XYZ | 59.36 | 58.58 | 8.21 | - |
| YUV | 188.47 | 22.21 | 174.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 192 | 1 | 0 | 0.24 | 1.00 | 0.01 | 45.48 | 0.99 | 0.5 |
| Hex | FD | C0 | 1 | 0 | 18 | 64 | 1 | 2D | 63 | 32 |
| Octal | 375 | 300 | 1 | 0 | 30 | 144 | 1 | 55 | 143 | 62 |
| Binary | 11111101 | 11000000 | 1 | 0 | 11000 | 1100100 | 1 | 101101 | 1100011 | 110010 |
Color Harmonies of #FDC001
Complementary color
Monochromatic Colors of #FDC001
Black with #FDC001
Text Example
Text Example
White with #FDC001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC001; }
p { color: rgb(253,192,1); }
H1.HeaderClassName
{
color: #FDC001;
}
.AnyTagClassName
{
color: #FDC001;
}
</style>
background-color css
<style>
a { background-color: #FDC001; }
a { background-color: rgb(253,192,1); }
div.DivClassName
{
background-color: #FDC001;
}
.BgClassName
{
background-color: #FDC001;
}
</style>
border-color css
<style>
span { border-color: #FDC001; }
span { border-color: rgb(253,192,1); }
td.TdClassName
{
border-color: #FDC001;
}
.TagClassName
{
border-color: #FDC001;
}
</style>