Shades of Amber #FEBF10
Tints of Amber #FEBF10
RGB
CMYK
RGB Variations
Color information
#FEBF10 (or 0xFEBF10) is known color: Amber. HEX triplet: FE, BF and 10. RGB value is (254,191,16). Sum of RGB (Red+Green+Blue) = 254+191+16=461 (61% of max value = 765). Red value is 254 (99.61% from 255 or 55.10% from 461); Green value is 191 (75% from 255 or 41.43% from 461); Blue value is 16 (6.64% from 255 or 3.47% from 461); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBF10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEBF10 is #0140EF. Grayscale: #BEBEBE. Windows color (decimal): -82160 or 1097726. OLE color: 1097726.
HSL color Cylindrical-coordinate representation of color #FEBF10: hue angle of 44.12º 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 #FEBF10 is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 191 | 16 | - |
| CMYK | 0 | 0.25 | 0.94 | 0.00 |
| HSL | 44.12º | 0.99% | 0.53% | - |
| HSV(B) | 44.12º | 0.94% | 1% | - |
| XYZ | 59.6 | 58.37 | 8.62 | - |
| YUV | 189.89 | 29.87 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 191 | 16 | 0 | 0.25 | 0.94 | 0.00 | 44.12 | 0.99 | 0.53 |
| Hex | FE | BF | 10 | 0 | 19 | 5E | 0 | 2C | 63 | 35 |
| Octal | 376 | 277 | 20 | 0 | 31 | 136 | 0 | 54 | 143 | 65 |
| Binary | 11111110 | 10111111 | 10000 | 0 | 11001 | 1011110 | 0 | 101100 | 1100011 | 110101 |
Color Harmonies of #FEBF10
Complementary color
Monochromatic Colors of #FEBF10
Black with #FEBF10
Text Example
Text Example
White with #FEBF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBF10; }
p { color: rgb(254,191,16); }
H1.HeaderClassName
{
color: #FEBF10;
}
.AnyTagClassName
{
color: #FEBF10;
}
</style>
background-color css
<style>
a { background-color: #FEBF10; }
a { background-color: rgb(254,191,16); }
div.DivClassName
{
background-color: #FEBF10;
}
.BgClassName
{
background-color: #FEBF10;
}
</style>
border-color css
<style>
span { border-color: #FEBF10; }
span { border-color: rgb(254,191,16); }
td.TdClassName
{
border-color: #FEBF10;
}
.TagClassName
{
border-color: #FEBF10;
}
</style>