Shades of Amber #FDBD09
Tints of Amber #FDBD09
RGB
CMYK
RGB Variations
Color information
#FDBD09 (or 0xFDBD09) is known color: Amber. HEX triplet: FD, BD and 09. RGB value is (253,189,9). Sum of RGB (Red+Green+Blue) = 253+189+9=451 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.10% from 451); Green value is 189 (74.22% from 255 or 41.91% from 451); Blue value is 9 (3.91% from 255 or 2.00% from 451); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBD09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDBD09 is #0242F6. Grayscale: #BCBCBC. Windows color (decimal): -148215 or 638461. OLE color: 638461.
HSL color Cylindrical-coordinate representation of color #FDBD09: hue angle of 44.26º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FDBD09 is Cyan = 0, Magento = 0.25, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 189 | 9 | - |
| CMYK | 0 | 0.25 | 0.96 | 0.01 |
| HSL | 44.26º | 0.98% | 0.51% | - |
| HSV(B) | 44.26º | 0.96% | 0.99% | - |
| XYZ | 58.75 | 57.3 | 8.22 | - |
| YUV | 187.62 | 27.2 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 189 | 9 | 0 | 0.25 | 0.96 | 0.01 | 44.26 | 0.98 | 0.51 |
| Hex | FD | BD | 9 | 0 | 19 | 60 | 1 | 2C | 62 | 33 |
| Octal | 375 | 275 | 11 | 0 | 31 | 140 | 1 | 54 | 142 | 63 |
| Binary | 11111101 | 10111101 | 1001 | 0 | 11001 | 1100000 | 1 | 101100 | 1100010 | 110011 |
Color Harmonies of #FDBD09
Complementary color
Monochromatic Colors of #FDBD09
Black with #FDBD09
Text Example
Text Example
White with #FDBD09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBD09; }
p { color: rgb(253,189,9); }
H1.HeaderClassName
{
color: #FDBD09;
}
.AnyTagClassName
{
color: #FDBD09;
}
</style>
background-color css
<style>
a { background-color: #FDBD09; }
a { background-color: rgb(253,189,9); }
div.DivClassName
{
background-color: #FDBD09;
}
.BgClassName
{
background-color: #FDBD09;
}
</style>
border-color css
<style>
span { border-color: #FDBD09; }
span { border-color: rgb(253,189,9); }
td.TdClassName
{
border-color: #FDBD09;
}
.TagClassName
{
border-color: #FDBD09;
}
</style>