Shades of Amber #FDBD10
Tints of Amber #FDBD10
RGB
CMYK
RGB Variations
Color information
#FDBD10 (or 0xFDBD10) is known color: Amber. HEX triplet: FD, BD and 10. RGB value is (253,189,16). Sum of RGB (Red+Green+Blue) = 253+189+16=458 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.24% from 458); Green value is 189 (74.22% from 255 or 41.27% from 458); Blue value is 16 (6.64% from 255 or 3.49% from 458); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBD10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDBD10 is #0242EF. Grayscale: #BDBDBD. Windows color (decimal): -148208 or 1097213. OLE color: 1097213.
HSL color Cylindrical-coordinate representation of color #FDBD10: hue angle of 43.8º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FDBD10 is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 189 | 16 | - |
| CMYK | 0 | 0.25 | 0.94 | 0.01 |
| HSL | 43.8º | 0.98% | 0.53% | - |
| HSV(B) | 43.8º | 0.94% | 0.99% | - |
| XYZ | 58.8 | 57.32 | 8.45 | - |
| YUV | 188.41 | 30.7 | 174.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 189 | 16 | 0 | 0.25 | 0.94 | 0.01 | 43.8 | 0.98 | 0.53 |
| Hex | FD | BD | 10 | 0 | 19 | 5E | 1 | 2C | 62 | 35 |
| Octal | 375 | 275 | 20 | 0 | 31 | 136 | 1 | 54 | 142 | 65 |
| Binary | 11111101 | 10111101 | 10000 | 0 | 11001 | 1011110 | 1 | 101100 | 1100010 | 110101 |
Color Harmonies of #FDBD10
Complementary color
Monochromatic Colors of #FDBD10
Black with #FDBD10
Text Example
Text Example
White with #FDBD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBD10; }
p { color: rgb(253,189,16); }
H1.HeaderClassName
{
color: #FDBD10;
}
.AnyTagClassName
{
color: #FDBD10;
}
</style>
background-color css
<style>
a { background-color: #FDBD10; }
a { background-color: rgb(253,189,16); }
div.DivClassName
{
background-color: #FDBD10;
}
.BgClassName
{
background-color: #FDBD10;
}
</style>
border-color css
<style>
span { border-color: #FDBD10; }
span { border-color: rgb(253,189,16); }
td.TdClassName
{
border-color: #FDBD10;
}
.TagClassName
{
border-color: #FDBD10;
}
</style>