Shades of Amber #FFBF01
Tints of Amber #FFBF01
RGB
CMYK
RGB Variations
Color information
#FFBF01 (or 0xFFBF01) is known color: Amber. HEX triplet: FF, BF and 01. RGB value is (255,191,1). Sum of RGB (Red+Green+Blue) = 255+191+1=447 (59% of max value = 765). Red value is 255 (100% from 255 or 57.05% from 447); Green value is 191 (75% from 255 or 42.73% from 447); Blue value is 1 (0.78% from 255 or 0.22% from 447); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBF01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBF01 is #0040FE. Grayscale: #BDBDBD. Windows color (decimal): -16639 or 114687. OLE color: 114687.
HSL color Cylindrical-coordinate representation of color #FFBF01: hue angle of 44.88º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FFBF01 is Cyan = 0, Magento = 0.25, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 191 | 1 | - |
| CMYK | 0 | 0.25 | 1.00 | 0 |
| HSL | 44.88º | 1% | 0.5% | - |
| HSV(B) | 44.88º | 1% | 1% | - |
| XYZ | 59.88 | 58.52 | 8.17 | - |
| YUV | 188.48 | 22.2 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 191 | 1 | 0 | 0.25 | 1.00 | 0 | 44.88 | 1 | 0.5 |
| Hex | FF | BF | 1 | 0 | 19 | 64 | 0 | 2D | 64 | 32 |
| Octal | 377 | 277 | 1 | 0 | 31 | 144 | 0 | 55 | 144 | 62 |
| Binary | 11111111 | 10111111 | 1 | 0 | 11001 | 1100100 | 0 | 101101 | 1100100 | 110010 |
Color Harmonies of #FFBF01
Complementary color
Monochromatic Colors of #FFBF01
Black with #FFBF01
Text Example
Text Example
White with #FFBF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBF01; }
p { color: rgb(255,191,1); }
H1.HeaderClassName
{
color: #FFBF01;
}
.AnyTagClassName
{
color: #FFBF01;
}
</style>
background-color css
<style>
a { background-color: #FFBF01; }
a { background-color: rgb(255,191,1); }
div.DivClassName
{
background-color: #FFBF01;
}
.BgClassName
{
background-color: #FFBF01;
}
</style>
border-color css
<style>
span { border-color: #FFBF01; }
span { border-color: rgb(255,191,1); }
td.TdClassName
{
border-color: #FFBF01;
}
.TagClassName
{
border-color: #FFBF01;
}
</style>