Shades of Amber #FDBD11
Tints of Amber #FDBD11
RGB
CMYK
RGB Variations
Color information
#FDBD11 (or 0xFDBD11) is known color: Amber. HEX triplet: FD, BD and 11. RGB value is (253,189,17). Sum of RGB (Red+Green+Blue) = 253+189+17=459 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.12% from 459); Green value is 189 (74.22% from 255 or 41.18% from 459); Blue value is 17 (7.03% from 255 or 3.70% from 459); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBD11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDBD11 is #0242EE. Grayscale: #BDBDBD. Windows color (decimal): -148207 or 1162749. OLE color: 1162749.
HSL color Cylindrical-coordinate representation of color #FDBD11: hue angle of 43.73º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FDBD11 is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 189 | 17 | - |
| CMYK | 0 | 0.25 | 0.93 | 0.01 |
| HSL | 43.73º | 0.98% | 0.53% | - |
| HSV(B) | 43.73º | 0.93% | 0.99% | - |
| XYZ | 58.81 | 57.32 | 8.49 | - |
| YUV | 188.53 | 31.2 | 173.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 189 | 17 | 0 | 0.25 | 0.93 | 0.01 | 43.73 | 0.98 | 0.53 |
| Hex | FD | BD | 11 | 0 | 19 | 5D | 1 | 2C | 62 | 35 |
| Octal | 375 | 275 | 21 | 0 | 31 | 135 | 1 | 54 | 142 | 65 |
| Binary | 11111101 | 10111101 | 10001 | 0 | 11001 | 1011101 | 1 | 101100 | 1100010 | 110101 |
Color Harmonies of #FDBD11
Complementary color
Monochromatic Colors of #FDBD11
Black with #FDBD11
Text Example
Text Example
White with #FDBD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBD11; }
p { color: rgb(253,189,17); }
H1.HeaderClassName
{
color: #FDBD11;
}
.AnyTagClassName
{
color: #FDBD11;
}
</style>
background-color css
<style>
a { background-color: #FDBD11; }
a { background-color: rgb(253,189,17); }
div.DivClassName
{
background-color: #FDBD11;
}
.BgClassName
{
background-color: #FDBD11;
}
</style>
border-color css
<style>
span { border-color: #FDBD11; }
span { border-color: rgb(253,189,17); }
td.TdClassName
{
border-color: #FDBD11;
}
.TagClassName
{
border-color: #FDBD11;
}
</style>