Shades of Amber #FFBD01
Tints of Amber #FFBD01
RGB
CMYK
RGB Variations
Color information
#FFBD01 (or 0xFFBD01) is known color: Amber. HEX triplet: FF, BD and 01. RGB value is (255,189,1). Sum of RGB (Red+Green+Blue) = 255+189+1=445 (58% of max value = 765). Red value is 255 (100% from 255 or 57.30% from 445); Green value is 189 (74.22% from 255 or 42.47% from 445); Blue value is 1 (0.78% from 255 or 0.22% from 445); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBD01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBD01 is #0042FE. Grayscale: #BCBCBC. Windows color (decimal): -17151 or 114175. OLE color: 114175.
HSL color Cylindrical-coordinate representation of color #FFBD01: hue angle of 44.41º 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 #FFBD01 is Cyan = 0, Magento = 0.26, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 1 | - |
| CMYK | 0 | 0.26 | 1.00 | 0 |
| HSL | 44.41º | 1% | 0.5% | - |
| HSV(B) | 44.41º | 1% | 1% | - |
| XYZ | 59.44 | 57.66 | 8.02 | - |
| YUV | 187.3 | 22.87 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 1 | 0 | 0.26 | 1.00 | 0 | 44.41 | 1 | 0.5 |
| Hex | FF | BD | 1 | 0 | 1A | 64 | 0 | 2C | 64 | 32 |
| Octal | 377 | 275 | 1 | 0 | 32 | 144 | 0 | 54 | 144 | 62 |
| Binary | 11111111 | 10111101 | 1 | 0 | 11010 | 1100100 | 0 | 101100 | 1100100 | 110010 |
Color Harmonies of #FFBD01
Complementary color
Monochromatic Colors of #FFBD01
Black with #FFBD01
Text Example
Text Example
White with #FFBD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBD01; }
p { color: rgb(255,189,1); }
H1.HeaderClassName
{
color: #FFBD01;
}
.AnyTagClassName
{
color: #FFBD01;
}
</style>
background-color css
<style>
a { background-color: #FFBD01; }
a { background-color: rgb(255,189,1); }
div.DivClassName
{
background-color: #FFBD01;
}
.BgClassName
{
background-color: #FFBD01;
}
</style>
border-color css
<style>
span { border-color: #FFBD01; }
span { border-color: rgb(255,189,1); }
td.TdClassName
{
border-color: #FFBD01;
}
.TagClassName
{
border-color: #FFBD01;
}
</style>