Shades of Amber #FFBD0D
Tints of Amber #FFBD0D
RGB
CMYK
RGB Variations
Color information
#FFBD0D (or 0xFFBD0D) is known color: Amber. HEX triplet: FF, BD and 0D. RGB value is (255,189,13). Sum of RGB (Red+Green+Blue) = 255+189+13=457 (60% of max value = 765). Red value is 255 (100% from 255 or 55.80% from 457); Green value is 189 (74.22% from 255 or 41.36% from 457); Blue value is 13 (5.47% from 255 or 2.84% from 457); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBD0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBD0D is #0042F2. Grayscale: #BDBDBD. Windows color (decimal): -17139 or 900607. OLE color: 900607.
HSL color Cylindrical-coordinate representation of color #FFBD0D: hue angle of 43.64º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FFBD0D is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 13 | - |
| CMYK | 0 | 0.26 | 0.95 | 0 |
| HSL | 43.64º | 1% | 0.53% | - |
| HSV(B) | 43.64º | 0.95% | 1% | - |
| XYZ | 59.51 | 57.68 | 8.38 | - |
| YUV | 188.67 | 28.87 | 175.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 13 | 0 | 0.26 | 0.95 | 0 | 43.64 | 1 | 0.53 |
| Hex | FF | BD | D | 0 | 1A | 5F | 0 | 2C | 64 | 35 |
| Octal | 377 | 275 | 15 | 0 | 32 | 137 | 0 | 54 | 144 | 65 |
| Binary | 11111111 | 10111101 | 1101 | 0 | 11010 | 1011111 | 0 | 101100 | 1100100 | 110101 |
Color Harmonies of #FFBD0D
Complementary color
Monochromatic Colors of #FFBD0D
Black with #FFBD0D
Text Example
Text Example
White with #FFBD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBD0D; }
p { color: rgb(255,189,13); }
H1.HeaderClassName
{
color: #FFBD0D;
}
.AnyTagClassName
{
color: #FFBD0D;
}
</style>
background-color css
<style>
a { background-color: #FFBD0D; }
a { background-color: rgb(255,189,13); }
div.DivClassName
{
background-color: #FFBD0D;
}
.BgClassName
{
background-color: #FFBD0D;
}
</style>
border-color css
<style>
span { border-color: #FFBD0D; }
span { border-color: rgb(255,189,13); }
td.TdClassName
{
border-color: #FFBD0D;
}
.TagClassName
{
border-color: #FFBD0D;
}
</style>