Shades of Amber #FFBF0B
Tints of Amber #FFBF0B
RGB
CMYK
RGB Variations
Color information
#FFBF0B (or 0xFFBF0B) is known color: Amber. HEX triplet: FF, BF and 0B. RGB value is (255,191,11). Sum of RGB (Red+Green+Blue) = 255+191+11=457 (60% of max value = 765). Red value is 255 (100% from 255 or 55.80% from 457); Green value is 191 (75% from 255 or 41.79% from 457); Blue value is 11 (4.69% from 255 or 2.41% from 457); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBF0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBF0B is #0040F4. Grayscale: #BEBEBE. Windows color (decimal): -16629 or 770047. OLE color: 770047.
HSL color Cylindrical-coordinate representation of color #FFBF0B: hue angle of 44.26º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FFBF0B is Cyan = 0, Magento = 0.25, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 191 | 11 | - |
| CMYK | 0 | 0.25 | 0.96 | 0 |
| HSL | 44.26º | 1% | 0.52% | - |
| HSV(B) | 44.26º | 0.96% | 1% | - |
| XYZ | 59.93 | 58.55 | 8.46 | - |
| YUV | 189.62 | 27.2 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 191 | 11 | 0 | 0.25 | 0.96 | 0 | 44.26 | 1 | 0.52 |
| Hex | FF | BF | B | 0 | 19 | 60 | 0 | 2C | 64 | 34 |
| Octal | 377 | 277 | 13 | 0 | 31 | 140 | 0 | 54 | 144 | 64 |
| Binary | 11111111 | 10111111 | 1011 | 0 | 11001 | 1100000 | 0 | 101100 | 1100100 | 110100 |
Color Harmonies of #FFBF0B
Complementary color
Monochromatic Colors of #FFBF0B
Black with #FFBF0B
Text Example
Text Example
White with #FFBF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBF0B; }
p { color: rgb(255,191,11); }
H1.HeaderClassName
{
color: #FFBF0B;
}
.AnyTagClassName
{
color: #FFBF0B;
}
</style>
background-color css
<style>
a { background-color: #FFBF0B; }
a { background-color: rgb(255,191,11); }
div.DivClassName
{
background-color: #FFBF0B;
}
.BgClassName
{
background-color: #FFBF0B;
}
</style>
border-color css
<style>
span { border-color: #FFBF0B; }
span { border-color: rgb(255,191,11); }
td.TdClassName
{
border-color: #FFBF0B;
}
.TagClassName
{
border-color: #FFBF0B;
}
</style>