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