Shades of Amber #FDC006
Tints of Amber #FDC006
RGB
CMYK
RGB Variations
Color information
#FDC006 (or 0xFDC006) is known color: Amber. HEX triplet: FD, C0 and 06. RGB value is (253,192,6). Sum of RGB (Red+Green+Blue) = 253+192+6=451 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.10% from 451); Green value is 192 (75.39% from 255 or 42.57% from 451); Blue value is 6 (2.73% from 255 or 1.33% from 451); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC006 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC006 is #023FF9. Grayscale: #BDBDBD. Windows color (decimal): -147450 or 442621. OLE color: 442621.
HSL color Cylindrical-coordinate representation of color #FDC006: hue angle of 45.18º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FDC006 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 192 | 6 | - |
| CMYK | 0 | 0.24 | 0.98 | 0.01 |
| HSL | 45.18º | 0.98% | 0.51% | - |
| HSV(B) | 45.18º | 0.98% | 0.99% | - |
| XYZ | 59.39 | 58.6 | 8.35 | - |
| YUV | 189.04 | 24.71 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 192 | 6 | 0 | 0.24 | 0.98 | 0.01 | 45.18 | 0.98 | 0.51 |
| Hex | FD | C0 | 6 | 0 | 18 | 62 | 1 | 2D | 62 | 33 |
| Octal | 375 | 300 | 6 | 0 | 30 | 142 | 1 | 55 | 142 | 63 |
| Binary | 11111101 | 11000000 | 110 | 0 | 11000 | 1100010 | 1 | 101101 | 1100010 | 110011 |
Color Harmonies of #FDC006
Complementary color
Monochromatic Colors of #FDC006
Black with #FDC006
Text Example
Text Example
White with #FDC006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC006; }
p { color: rgb(253,192,6); }
H1.HeaderClassName
{
color: #FDC006;
}
.AnyTagClassName
{
color: #FDC006;
}
</style>
background-color css
<style>
a { background-color: #FDC006; }
a { background-color: rgb(253,192,6); }
div.DivClassName
{
background-color: #FDC006;
}
.BgClassName
{
background-color: #FDC006;
}
</style>
border-color css
<style>
span { border-color: #FDC006; }
span { border-color: rgb(253,192,6); }
td.TdClassName
{
border-color: #FDC006;
}
.TagClassName
{
border-color: #FDC006;
}
</style>