Shades of Amber #FFBE14
Tints of Amber #FFBE14
RGB
CMYK
RGB Variations
Color information
#FFBE14 (or 0xFFBE14) is known color: Amber. HEX triplet: FF, BE and 14. RGB value is (255,190,20). Sum of RGB (Red+Green+Blue) = 255+190+20=465 (61% of max value = 765). Red value is 255 (100% from 255 or 54.84% from 465); Green value is 190 (74.61% from 255 or 40.86% from 465); Blue value is 20 (8.20% from 255 or 4.30% from 465); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBE14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBE14 is #0041EB. Grayscale: #BEBEBE. Windows color (decimal): -16876 or 1359615. OLE color: 1359615.
HSL color Cylindrical-coordinate representation of color #FFBE14: hue angle of 43.4º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FFBE14 is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 20 | - |
| CMYK | 0 | 0.25 | 0.92 | 0 |
| HSL | 43.4º | 1% | 0.54% | - |
| HSV(B) | 43.4º | 0.92% | 1% | - |
| XYZ | 59.78 | 58.14 | 8.73 | - |
| YUV | 190.06 | 32.03 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 20 | 0 | 0.25 | 0.92 | 0 | 43.4 | 1 | 0.54 |
| Hex | FF | BE | 14 | 0 | 19 | 5C | 0 | 2B | 64 | 36 |
| Octal | 377 | 276 | 24 | 0 | 31 | 134 | 0 | 53 | 144 | 66 |
| Binary | 11111111 | 10111110 | 10100 | 0 | 11001 | 1011100 | 0 | 101011 | 1100100 | 110110 |
Color Harmonies of #FFBE14
Complementary color
Monochromatic Colors of #FFBE14
Black with #FFBE14
Text Example
Text Example
White with #FFBE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBE14; }
p { color: rgb(255,190,20); }
H1.HeaderClassName
{
color: #FFBE14;
}
.AnyTagClassName
{
color: #FFBE14;
}
</style>
background-color css
<style>
a { background-color: #FFBE14; }
a { background-color: rgb(255,190,20); }
div.DivClassName
{
background-color: #FFBE14;
}
.BgClassName
{
background-color: #FFBE14;
}
</style>
border-color css
<style>
span { border-color: #FFBE14; }
span { border-color: rgb(255,190,20); }
td.TdClassName
{
border-color: #FFBE14;
}
.TagClassName
{
border-color: #FFBE14;
}
</style>