Shades of Amber #FEC10F
Tints of Amber #FEC10F
RGB
CMYK
RGB Variations
Color information
#FEC10F (or 0xFEC10F) is known color: Amber. HEX triplet: FE, C1 and 0F. RGB value is (254,193,15). Sum of RGB (Red+Green+Blue) = 254+193+15=462 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.98% from 462); Green value is 193 (75.78% from 255 or 41.77% from 462); Blue value is 15 (6.25% from 255 or 3.25% from 462); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC10F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC10F is #013EF0. Grayscale: #BFBFBF. Windows color (decimal): -81649 or 1032702. OLE color: 1032702.
HSL color Cylindrical-coordinate representation of color #FEC10F: hue angle of 44.69º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FEC10F is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 193 | 15 | - |
| CMYK | 0 | 0.24 | 0.94 | 0.00 |
| HSL | 44.69º | 0.99% | 0.53% | - |
| HSV(B) | 44.69º | 0.94% | 1% | - |
| XYZ | 60.03 | 59.25 | 8.72 | - |
| YUV | 190.95 | 28.71 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 193 | 15 | 0 | 0.24 | 0.94 | 0.00 | 44.69 | 0.99 | 0.53 |
| Hex | FE | C1 | F | 0 | 18 | 5E | 0 | 2D | 63 | 35 |
| Octal | 376 | 301 | 17 | 0 | 30 | 136 | 0 | 55 | 143 | 65 |
| Binary | 11111110 | 11000001 | 1111 | 0 | 11000 | 1011110 | 0 | 101101 | 1100011 | 110101 |
Color Harmonies of #FEC10F
Complementary color
Monochromatic Colors of #FEC10F
Black with #FEC10F
Text Example
Text Example
White with #FEC10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC10F; }
p { color: rgb(254,193,15); }
H1.HeaderClassName
{
color: #FEC10F;
}
.AnyTagClassName
{
color: #FEC10F;
}
</style>
background-color css
<style>
a { background-color: #FEC10F; }
a { background-color: rgb(254,193,15); }
div.DivClassName
{
background-color: #FEC10F;
}
.BgClassName
{
background-color: #FEC10F;
}
</style>
border-color css
<style>
span { border-color: #FEC10F; }
span { border-color: rgb(254,193,15); }
td.TdClassName
{
border-color: #FEC10F;
}
.TagClassName
{
border-color: #FEC10F;
}
</style>