Shades of Amber #FDBD0A
Tints of Amber #FDBD0A
RGB
CMYK
RGB Variations
Color information
#FDBD0A (or 0xFDBD0A) is known color: Amber. HEX triplet: FD, BD and 0A. RGB value is (253,189,10). Sum of RGB (Red+Green+Blue) = 253+189+10=452 (59% of max value = 765). Red value is 253 (99.22% from 255 or 55.97% from 452); Green value is 189 (74.22% from 255 or 41.81% from 452); Blue value is 10 (4.30% from 255 or 2.21% from 452); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBD0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDBD0A is #0242F5. Grayscale: #BCBCBC. Windows color (decimal): -148214 or 703997. OLE color: 703997.
HSL color Cylindrical-coordinate representation of color #FDBD0A: hue angle of 44.2º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FDBD0A is Cyan = 0, Magento = 0.25, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 189 | 10 | - |
| CMYK | 0 | 0.25 | 0.96 | 0.01 |
| HSL | 44.2º | 0.98% | 0.52% | - |
| HSV(B) | 44.2º | 0.96% | 0.99% | - |
| XYZ | 58.76 | 57.3 | 8.25 | - |
| YUV | 187.73 | 27.7 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 189 | 10 | 0 | 0.25 | 0.96 | 0.01 | 44.2 | 0.98 | 0.52 |
| Hex | FD | BD | A | 0 | 19 | 60 | 1 | 2C | 62 | 34 |
| Octal | 375 | 275 | 12 | 0 | 31 | 140 | 1 | 54 | 142 | 64 |
| Binary | 11111101 | 10111101 | 1010 | 0 | 11001 | 1100000 | 1 | 101100 | 1100010 | 110100 |
Color Harmonies of #FDBD0A
Complementary color
Monochromatic Colors of #FDBD0A
Black with #FDBD0A
Text Example
Text Example
White with #FDBD0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBD0A; }
p { color: rgb(253,189,10); }
H1.HeaderClassName
{
color: #FDBD0A;
}
.AnyTagClassName
{
color: #FDBD0A;
}
</style>
background-color css
<style>
a { background-color: #FDBD0A; }
a { background-color: rgb(253,189,10); }
div.DivClassName
{
background-color: #FDBD0A;
}
.BgClassName
{
background-color: #FDBD0A;
}
</style>
border-color css
<style>
span { border-color: #FDBD0A; }
span { border-color: rgb(253,189,10); }
td.TdClassName
{
border-color: #FDBD0A;
}
.TagClassName
{
border-color: #FDBD0A;
}
</style>