Shades of Amber #FEBF0E
Tints of Amber #FEBF0E
RGB
CMYK
RGB Variations
Color information
#FEBF0E (or 0xFEBF0E) is known color: Amber. HEX triplet: FE, BF and 0E. RGB value is (254,191,14). Sum of RGB (Red+Green+Blue) = 254+191+14=459 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.34% from 459); Green value is 191 (75% from 255 or 41.61% from 459); Blue value is 14 (5.86% from 255 or 3.05% from 459); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBF0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEBF0E is #0140F1. Grayscale: #BEBEBE. Windows color (decimal): -82162 or 966654. OLE color: 966654.
HSL color Cylindrical-coordinate representation of color #FEBF0E: hue angle of 44.25º 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 #FEBF0E is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 191 | 14 | - |
| CMYK | 0 | 0.25 | 0.94 | 0.00 |
| HSL | 44.25º | 0.99% | 0.53% | - |
| HSV(B) | 44.25º | 0.94% | 1% | - |
| XYZ | 59.58 | 58.36 | 8.54 | - |
| YUV | 189.66 | 28.87 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 191 | 14 | 0 | 0.25 | 0.94 | 0.00 | 44.25 | 0.99 | 0.53 |
| Hex | FE | BF | E | 0 | 19 | 5E | 0 | 2C | 63 | 35 |
| Octal | 376 | 277 | 16 | 0 | 31 | 136 | 0 | 54 | 143 | 65 |
| Binary | 11111110 | 10111111 | 1110 | 0 | 11001 | 1011110 | 0 | 101100 | 1100011 | 110101 |
Color Harmonies of #FEBF0E
Complementary color
Monochromatic Colors of #FEBF0E
Black with #FEBF0E
Text Example
Text Example
White with #FEBF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBF0E; }
p { color: rgb(254,191,14); }
H1.HeaderClassName
{
color: #FEBF0E;
}
.AnyTagClassName
{
color: #FEBF0E;
}
</style>
background-color css
<style>
a { background-color: #FEBF0E; }
a { background-color: rgb(254,191,14); }
div.DivClassName
{
background-color: #FEBF0E;
}
.BgClassName
{
background-color: #FEBF0E;
}
</style>
border-color css
<style>
span { border-color: #FEBF0E; }
span { border-color: rgb(254,191,14); }
td.TdClassName
{
border-color: #FEBF0E;
}
.TagClassName
{
border-color: #FEBF0E;
}
</style>