Shades of Amber #FEBE10
Tints of Amber #FEBE10
RGB
CMYK
RGB Variations
Color information
#FEBE10 (or 0xFEBE10) is known color: Amber. HEX triplet: FE, BE and 10. RGB value is (254,190,16). Sum of RGB (Red+Green+Blue) = 254+190+16=460 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.22% from 460); Green value is 190 (74.61% from 255 or 41.30% from 460); Blue value is 16 (6.64% from 255 or 3.48% from 460); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBE10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEBE10 is #0141EF. Grayscale: #BEBEBE. Windows color (decimal): -82416 or 1097470. OLE color: 1097470.
HSL color Cylindrical-coordinate representation of color #FEBE10: hue angle of 43.87º 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 #FEBE10 is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 190 | 16 | - |
| CMYK | 0 | 0.25 | 0.94 | 0.00 |
| HSL | 43.87º | 0.99% | 0.53% | - |
| HSV(B) | 43.87º | 0.94% | 1% | - |
| XYZ | 59.38 | 57.94 | 8.54 | - |
| YUV | 189.3 | 30.2 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 190 | 16 | 0 | 0.25 | 0.94 | 0.00 | 43.87 | 0.99 | 0.53 |
| Hex | FE | BE | 10 | 0 | 19 | 5E | 0 | 2C | 63 | 35 |
| Octal | 376 | 276 | 20 | 0 | 31 | 136 | 0 | 54 | 143 | 65 |
| Binary | 11111110 | 10111110 | 10000 | 0 | 11001 | 1011110 | 0 | 101100 | 1100011 | 110101 |
Color Harmonies of #FEBE10
Complementary color
Monochromatic Colors of #FEBE10
Black with #FEBE10
Text Example
Text Example
White with #FEBE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBE10; }
p { color: rgb(254,190,16); }
H1.HeaderClassName
{
color: #FEBE10;
}
.AnyTagClassName
{
color: #FEBE10;
}
</style>
background-color css
<style>
a { background-color: #FEBE10; }
a { background-color: rgb(254,190,16); }
div.DivClassName
{
background-color: #FEBE10;
}
.BgClassName
{
background-color: #FEBE10;
}
</style>
border-color css
<style>
span { border-color: #FEBE10; }
span { border-color: rgb(254,190,16); }
td.TdClassName
{
border-color: #FEBE10;
}
.TagClassName
{
border-color: #FEBE10;
}
</style>