Shades of Amber #FFBD0B
Tints of Amber #FFBD0B
RGB
CMYK
RGB Variations
Color information
#FFBD0B (or 0xFFBD0B) is known color: Amber. HEX triplet: FF, BD and 0B. RGB value is (255,189,11). Sum of RGB (Red+Green+Blue) = 255+189+11=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 189 (74.22% from 255 or 41.54% from 455); Blue value is 11 (4.69% from 255 or 2.42% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBD0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBD0B is #0042F4. Grayscale: #BDBDBD. Windows color (decimal): -17141 or 769535. OLE color: 769535.
HSL color Cylindrical-coordinate representation of color #FFBD0B: hue angle of 43.77º 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 #FFBD0B is Cyan = 0, Magento = 0.26, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 11 | - |
| CMYK | 0 | 0.26 | 0.96 | 0 |
| HSL | 43.77º | 1% | 0.52% | - |
| HSV(B) | 43.77º | 0.96% | 1% | - |
| XYZ | 59.5 | 57.68 | 8.31 | - |
| YUV | 188.44 | 27.87 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 11 | 0 | 0.26 | 0.96 | 0 | 43.77 | 1 | 0.52 |
| Hex | FF | BD | B | 0 | 1A | 60 | 0 | 2C | 64 | 34 |
| Octal | 377 | 275 | 13 | 0 | 32 | 140 | 0 | 54 | 144 | 64 |
| Binary | 11111111 | 10111101 | 1011 | 0 | 11010 | 1100000 | 0 | 101100 | 1100100 | 110100 |
Color Harmonies of #FFBD0B
Complementary color
Monochromatic Colors of #FFBD0B
Black with #FFBD0B
Text Example
Text Example
White with #FFBD0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBD0B; }
p { color: rgb(255,189,11); }
H1.HeaderClassName
{
color: #FFBD0B;
}
.AnyTagClassName
{
color: #FFBD0B;
}
</style>
background-color css
<style>
a { background-color: #FFBD0B; }
a { background-color: rgb(255,189,11); }
div.DivClassName
{
background-color: #FFBD0B;
}
.BgClassName
{
background-color: #FFBD0B;
}
</style>
border-color css
<style>
span { border-color: #FFBD0B; }
span { border-color: rgb(255,189,11); }
td.TdClassName
{
border-color: #FFBD0B;
}
.TagClassName
{
border-color: #FFBD0B;
}
</style>