Shades of Amber #FFBE0E
Tints of Amber #FFBE0E
RGB
CMYK
RGB Variations
Color information
#FFBE0E (or 0xFFBE0E) is known color: Amber. HEX triplet: FF, BE and 0E. RGB value is (255,190,14). Sum of RGB (Red+Green+Blue) = 255+190+14=459 (60% of max value = 765). Red value is 255 (100% from 255 or 55.56% from 459); Green value is 190 (74.61% from 255 or 41.39% from 459); Blue value is 14 (5.86% from 255 or 3.05% from 459); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBE0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBE0E is #0041F1. Grayscale: #BEBEBE. Windows color (decimal): -16882 or 966399. OLE color: 966399.
HSL color Cylindrical-coordinate representation of color #FFBE0E: hue angle of 43.82º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FFBE0E is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 14 | - |
| CMYK | 0 | 0.25 | 0.95 | 0 |
| HSL | 43.82º | 1% | 0.53% | - |
| HSV(B) | 43.82º | 0.95% | 1% | - |
| XYZ | 59.73 | 58.12 | 8.49 | - |
| YUV | 189.37 | 29.03 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 14 | 0 | 0.25 | 0.95 | 0 | 43.82 | 1 | 0.53 |
| Hex | FF | BE | E | 0 | 19 | 5F | 0 | 2C | 64 | 35 |
| Octal | 377 | 276 | 16 | 0 | 31 | 137 | 0 | 54 | 144 | 65 |
| Binary | 11111111 | 10111110 | 1110 | 0 | 11001 | 1011111 | 0 | 101100 | 1100100 | 110101 |
Color Harmonies of #FFBE0E
Complementary color
Monochromatic Colors of #FFBE0E
Black with #FFBE0E
Text Example
Text Example
White with #FFBE0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBE0E; }
p { color: rgb(255,190,14); }
H1.HeaderClassName
{
color: #FFBE0E;
}
.AnyTagClassName
{
color: #FFBE0E;
}
</style>
background-color css
<style>
a { background-color: #FFBE0E; }
a { background-color: rgb(255,190,14); }
div.DivClassName
{
background-color: #FFBE0E;
}
.BgClassName
{
background-color: #FFBE0E;
}
</style>
border-color css
<style>
span { border-color: #FFBE0E; }
span { border-color: rgb(255,190,14); }
td.TdClassName
{
border-color: #FFBE0E;
}
.TagClassName
{
border-color: #FFBE0E;
}
</style>