Shades of Amber #FDBD05
Tints of Amber #FDBD05
RGB
CMYK
RGB Variations
Color information
#FDBD05 (or 0xFDBD05) is known color: Amber. HEX triplet: FD, BD and 05. RGB value is (253,189,5). Sum of RGB (Red+Green+Blue) = 253+189+5=447 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.60% from 447); Green value is 189 (74.22% from 255 or 42.28% from 447); Blue value is 5 (2.34% from 255 or 1.12% from 447); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBD05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDBD05 is #0242FA. Grayscale: #BBBBBB. Windows color (decimal): -148219 or 376317. OLE color: 376317.
HSL color Cylindrical-coordinate representation of color #FDBD05: hue angle of 44.52º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FDBD05 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 189 | 5 | - |
| CMYK | 0 | 0.25 | 0.98 | 0.01 |
| HSL | 44.52º | 0.98% | 0.51% | - |
| HSV(B) | 44.52º | 0.98% | 0.99% | - |
| XYZ | 58.73 | 57.29 | 8.11 | - |
| YUV | 187.16 | 25.2 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 189 | 5 | 0 | 0.25 | 0.98 | 0.01 | 44.52 | 0.98 | 0.51 |
| Hex | FD | BD | 5 | 0 | 19 | 62 | 1 | 2D | 62 | 33 |
| Octal | 375 | 275 | 5 | 0 | 31 | 142 | 1 | 55 | 142 | 63 |
| Binary | 11111101 | 10111101 | 101 | 0 | 11001 | 1100010 | 1 | 101101 | 1100010 | 110011 |
Color Harmonies of #FDBD05
Complementary color
Monochromatic Colors of #FDBD05
Black with #FDBD05
Text Example
Text Example
White with #FDBD05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBD05; }
p { color: rgb(253,189,5); }
H1.HeaderClassName
{
color: #FDBD05;
}
.AnyTagClassName
{
color: #FDBD05;
}
</style>
background-color css
<style>
a { background-color: #FDBD05; }
a { background-color: rgb(253,189,5); }
div.DivClassName
{
background-color: #FDBD05;
}
.BgClassName
{
background-color: #FDBD05;
}
</style>
border-color css
<style>
span { border-color: #FDBD05; }
span { border-color: rgb(253,189,5); }
td.TdClassName
{
border-color: #FDBD05;
}
.TagClassName
{
border-color: #FDBD05;
}
</style>