Shades of Amber #FFBF00
Tints of Amber #FFBF00
RGB
CMYK
RGB Variations
Color information
#FFBF00 (or 0xFFBF00) is known color: Amber. HEX triplet: FF, BF and 00. RGB value is (255,191,0). Sum of RGB (Red+Green+Blue) = 255+191+0=446 (59% of max value = 765). Red value is 255 (100% from 255 or 57.17% from 446); Green value is 191 (75% from 255 or 42.83% from 446); Blue value is 0 (0.39% from 255 or 0% from 446); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBF00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBF00 is #0040FF. Grayscale: #BDBDBD. Windows color (decimal): -16640 or 49151. OLE color: 49151.
HSL color Cylindrical-coordinate representation of color #FFBF00: hue angle of 44.94º 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 #FFBF00 is Cyan = 0, Magento = 0.25, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 191 | 0 | - |
CMYK | 0 | 0.25 | 1 | 0 |
HSL | 44.94º | 1% | 0.5% | - |
HSV(B) | 44.94º | 1% | 1% | - |
XYZ | 59.87 | 58.52 | 8.14 | - |
YUV | 188.36 | 21.7 | 175.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 191 | 0 | 0 | 0.25 | 1 | 0 | 44.94 | 1 | 0.5 |
Hex | FF | BF | 0 | 0 | 19 | 64 | 0 | 2D | 64 | 32 |
Octal | 377 | 277 | 0 | 0 | 31 | 144 | 0 | 55 | 144 | 62 |
Binary | 11111111 | 10111111 | 0 | 0 | 11001 | 1100100 | 0 | 101101 | 1100100 | 110010 |
Color Harmonies of #FFBF00
Complementary color
Monochromatic Colors of #FFBF00
Black with #FFBF00
Text Example
Text Example
White with #FFBF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBF00; }
p { color: rgb(255,191,0); }
H1.HeaderClassName
{
color: #FFBF00;
}
.AnyTagClassName
{
color: #FFBF00;
}
</style>
background-color css
<style>
a { background-color: #FFBF00; }
a { background-color: rgb(255,191,0); }
div.DivClassName
{
background-color: #FFBF00;
}
.BgClassName
{
background-color: #FFBF00;
}
</style>
border-color css
<style>
span { border-color: #FFBF00; }
span { border-color: rgb(255,191,0); }
td.TdClassName
{
border-color: #FFBF00;
}
.TagClassName
{
border-color: #FFBF00;
}
</style>