Shades of Amber #FDC00E
Tints of Amber #FDC00E
RGB
CMYK
RGB Variations
Color information
#FDC00E (or 0xFDC00E) is known color: Amber. HEX triplet: FD, C0 and 0E. RGB value is (253,192,14). Sum of RGB (Red+Green+Blue) = 253+192+14=459 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.12% from 459); Green value is 192 (75.39% from 255 or 41.83% from 459); Blue value is 14 (5.86% from 255 or 3.05% from 459); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC00E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC00E is #023FF1. Grayscale: #BEBEBE. Windows color (decimal): -147442 or 966909. OLE color: 966909.
HSL color Cylindrical-coordinate representation of color #FDC00E: hue angle of 44.69º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FDC00E is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 192 | 14 | - |
| CMYK | 0 | 0.24 | 0.94 | 0.01 |
| HSL | 44.69º | 0.98% | 0.52% | - |
| HSV(B) | 44.69º | 0.94% | 0.99% | - |
| XYZ | 59.44 | 58.61 | 8.6 | - |
| YUV | 189.95 | 28.71 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 192 | 14 | 0 | 0.24 | 0.94 | 0.01 | 44.69 | 0.98 | 0.52 |
| Hex | FD | C0 | E | 0 | 18 | 5E | 1 | 2D | 62 | 34 |
| Octal | 375 | 300 | 16 | 0 | 30 | 136 | 1 | 55 | 142 | 64 |
| Binary | 11111101 | 11000000 | 1110 | 0 | 11000 | 1011110 | 1 | 101101 | 1100010 | 110100 |
Color Harmonies of #FDC00E
Complementary color
Monochromatic Colors of #FDC00E
Black with #FDC00E
Text Example
Text Example
White with #FDC00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC00E; }
p { color: rgb(253,192,14); }
H1.HeaderClassName
{
color: #FDC00E;
}
.AnyTagClassName
{
color: #FDC00E;
}
</style>
background-color css
<style>
a { background-color: #FDC00E; }
a { background-color: rgb(253,192,14); }
div.DivClassName
{
background-color: #FDC00E;
}
.BgClassName
{
background-color: #FDC00E;
}
</style>
border-color css
<style>
span { border-color: #FDC00E; }
span { border-color: rgb(253,192,14); }
td.TdClassName
{
border-color: #FDC00E;
}
.TagClassName
{
border-color: #FDC00E;
}
</style>