Shades of Amber #FFBF14
Tints of Amber #FFBF14
RGB
CMYK
RGB Variations
Color information
#FFBF14 (or 0xFFBF14) is known color: Amber. HEX triplet: FF, BF and 14. RGB value is (255,191,20). Sum of RGB (Red+Green+Blue) = 255+191+20=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 191 (75% from 255 or 40.99% from 466); Blue value is 20 (8.20% from 255 or 4.29% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBF14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBF14 is #0040EB. Grayscale: #BFBFBF. Windows color (decimal): -16620 or 1359871. OLE color: 1359871.
HSL color Cylindrical-coordinate representation of color #FFBF14: hue angle of 43.66º 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 #FFBF14 is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 191 | 20 | - |
| CMYK | 0 | 0.25 | 0.92 | 0 |
| HSL | 43.66º | 1% | 0.54% | - |
| HSV(B) | 43.66º | 0.92% | 1% | - |
| XYZ | 60 | 58.57 | 8.81 | - |
| YUV | 190.64 | 31.7 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 191 | 20 | 0 | 0.25 | 0.92 | 0 | 43.66 | 1 | 0.54 |
| Hex | FF | BF | 14 | 0 | 19 | 5C | 0 | 2C | 64 | 36 |
| Octal | 377 | 277 | 24 | 0 | 31 | 134 | 0 | 54 | 144 | 66 |
| Binary | 11111111 | 10111111 | 10100 | 0 | 11001 | 1011100 | 0 | 101100 | 1100100 | 110110 |
Color Harmonies of #FFBF14
Complementary color
Monochromatic Colors of #FFBF14
Black with #FFBF14
Text Example
Text Example
White with #FFBF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBF14; }
p { color: rgb(255,191,20); }
H1.HeaderClassName
{
color: #FFBF14;
}
.AnyTagClassName
{
color: #FFBF14;
}
</style>
background-color css
<style>
a { background-color: #FFBF14; }
a { background-color: rgb(255,191,20); }
div.DivClassName
{
background-color: #FFBF14;
}
.BgClassName
{
background-color: #FFBF14;
}
</style>
border-color css
<style>
span { border-color: #FFBF14; }
span { border-color: rgb(255,191,20); }
td.TdClassName
{
border-color: #FFBF14;
}
.TagClassName
{
border-color: #FFBF14;
}
</style>