Shades of Amber #FFBD10
Tints of Amber #FFBD10
RGB
CMYK
RGB Variations
Color information
#FFBD10 (or 0xFFBD10) is known color: Amber. HEX triplet: FF, BD and 10. RGB value is (255,189,16). Sum of RGB (Red+Green+Blue) = 255+189+16=460 (60% of max value = 765). Red value is 255 (100% from 255 or 55.43% from 460); Green value is 189 (74.22% from 255 or 41.09% from 460); Blue value is 16 (6.64% from 255 or 3.48% from 460); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBD10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBD10 is #0042EF. Grayscale: #BDBDBD. Windows color (decimal): -17136 or 1097215. OLE color: 1097215.
HSL color Cylindrical-coordinate representation of color #FFBD10: hue angle of 43.43º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FFBD10 is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 16 | - |
| CMYK | 0 | 0.26 | 0.94 | 0 |
| HSL | 43.43º | 1% | 0.53% | - |
| HSV(B) | 43.43º | 0.94% | 1% | - |
| XYZ | 59.53 | 57.69 | 8.49 | - |
| YUV | 189.01 | 30.37 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 16 | 0 | 0.26 | 0.94 | 0 | 43.43 | 1 | 0.53 |
| Hex | FF | BD | 10 | 0 | 1A | 5E | 0 | 2B | 64 | 35 |
| Octal | 377 | 275 | 20 | 0 | 32 | 136 | 0 | 53 | 144 | 65 |
| Binary | 11111111 | 10111101 | 10000 | 0 | 11010 | 1011110 | 0 | 101011 | 1100100 | 110101 |
Color Harmonies of #FFBD10
Complementary color
Monochromatic Colors of #FFBD10
Black with #FFBD10
Text Example
Text Example
White with #FFBD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBD10; }
p { color: rgb(255,189,16); }
H1.HeaderClassName
{
color: #FFBD10;
}
.AnyTagClassName
{
color: #FFBD10;
}
</style>
background-color css
<style>
a { background-color: #FFBD10; }
a { background-color: rgb(255,189,16); }
div.DivClassName
{
background-color: #FFBD10;
}
.BgClassName
{
background-color: #FFBD10;
}
</style>
border-color css
<style>
span { border-color: #FFBD10; }
span { border-color: rgb(255,189,16); }
td.TdClassName
{
border-color: #FFBD10;
}
.TagClassName
{
border-color: #FFBD10;
}
</style>