Shades of Amber #FDBD06
Tints of Amber #FDBD06
RGB
CMYK
RGB Variations
Color information
#FDBD06 (or 0xFDBD06) is known color: Amber. HEX triplet: FD, BD and 06. RGB value is (253,189,6). Sum of RGB (Red+Green+Blue) = 253+189+6=448 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.47% from 448); Green value is 189 (74.22% from 255 or 42.19% from 448); Blue value is 6 (2.73% from 255 or 1.34% from 448); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBD06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDBD06 is #0242F9. Grayscale: #BCBCBC. Windows color (decimal): -148218 or 441853. OLE color: 441853.
HSL color Cylindrical-coordinate representation of color #FDBD06: hue angle of 44.45º 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 #FDBD06 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 189 | 6 | - |
| CMYK | 0 | 0.25 | 0.98 | 0.01 |
| HSL | 44.45º | 0.98% | 0.51% | - |
| HSV(B) | 44.45º | 0.98% | 0.99% | - |
| XYZ | 58.74 | 57.29 | 8.13 | - |
| YUV | 187.27 | 25.7 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 189 | 6 | 0 | 0.25 | 0.98 | 0.01 | 44.45 | 0.98 | 0.51 |
| Hex | FD | BD | 6 | 0 | 19 | 62 | 1 | 2C | 62 | 33 |
| Octal | 375 | 275 | 6 | 0 | 31 | 142 | 1 | 54 | 142 | 63 |
| Binary | 11111101 | 10111101 | 110 | 0 | 11001 | 1100010 | 1 | 101100 | 1100010 | 110011 |
Color Harmonies of #FDBD06
Complementary color
Monochromatic Colors of #FDBD06
Black with #FDBD06
Text Example
Text Example
White with #FDBD06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBD06; }
p { color: rgb(253,189,6); }
H1.HeaderClassName
{
color: #FDBD06;
}
.AnyTagClassName
{
color: #FDBD06;
}
</style>
background-color css
<style>
a { background-color: #FDBD06; }
a { background-color: rgb(253,189,6); }
div.DivClassName
{
background-color: #FDBD06;
}
.BgClassName
{
background-color: #FDBD06;
}
</style>
border-color css
<style>
span { border-color: #FDBD06; }
span { border-color: rgb(253,189,6); }
td.TdClassName
{
border-color: #FDBD06;
}
.TagClassName
{
border-color: #FDBD06;
}
</style>