Shades of Amber #FFBE13
Tints of Amber #FFBE13
RGB
CMYK
RGB Variations
Color information
#FFBE13 (or 0xFFBE13) is known color: Amber. HEX triplet: FF, BE and 13. RGB value is (255,190,19). Sum of RGB (Red+Green+Blue) = 255+190+19=464 (61% of max value = 765). Red value is 255 (100% from 255 or 54.96% from 464); Green value is 190 (74.61% from 255 or 40.95% from 464); Blue value is 19 (7.81% from 255 or 4.09% from 464); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBE13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBE13 is #0041EC. Grayscale: #BEBEBE. Windows color (decimal): -16877 or 1294079. OLE color: 1294079.
HSL color Cylindrical-coordinate representation of color #FFBE13: hue angle of 43.47º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FFBE13 is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 19 | - |
| CMYK | 0 | 0.25 | 0.93 | 0 |
| HSL | 43.47º | 1% | 0.54% | - |
| HSV(B) | 43.47º | 0.93% | 1% | - |
| XYZ | 59.77 | 58.13 | 8.69 | - |
| YUV | 189.94 | 31.53 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 19 | 0 | 0.25 | 0.93 | 0 | 43.47 | 1 | 0.54 |
| Hex | FF | BE | 13 | 0 | 19 | 5D | 0 | 2B | 64 | 36 |
| Octal | 377 | 276 | 23 | 0 | 31 | 135 | 0 | 53 | 144 | 66 |
| Binary | 11111111 | 10111110 | 10011 | 0 | 11001 | 1011101 | 0 | 101011 | 1100100 | 110110 |
Color Harmonies of #FFBE13
Complementary color
Monochromatic Colors of #FFBE13
Black with #FFBE13
Text Example
Text Example
White with #FFBE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBE13; }
p { color: rgb(255,190,19); }
H1.HeaderClassName
{
color: #FFBE13;
}
.AnyTagClassName
{
color: #FFBE13;
}
</style>
background-color css
<style>
a { background-color: #FFBE13; }
a { background-color: rgb(255,190,19); }
div.DivClassName
{
background-color: #FFBE13;
}
.BgClassName
{
background-color: #FFBE13;
}
</style>
border-color css
<style>
span { border-color: #FFBE13; }
span { border-color: rgb(255,190,19); }
td.TdClassName
{
border-color: #FFBE13;
}
.TagClassName
{
border-color: #FFBE13;
}
</style>