Shades of Amber #FDBF11
Tints of Amber #FDBF11
RGB
CMYK
RGB Variations
Color information
#FDBF11 (or 0xFDBF11) is known color: Amber. HEX triplet: FD, BF and 11. RGB value is (253,191,17). Sum of RGB (Red+Green+Blue) = 253+191+17=461 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.88% from 461); Green value is 191 (75% from 255 or 41.43% from 461); Blue value is 17 (7.03% from 255 or 3.69% from 461); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBF11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDBF11 is #0240EE. Grayscale: #BEBEBE. Windows color (decimal): -147695 or 1163261. OLE color: 1163261.
HSL color Cylindrical-coordinate representation of color #FDBF11: hue angle of 44.24º 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 #FDBF11 is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 191 | 17 | - |
| CMYK | 0 | 0.25 | 0.93 | 0.01 |
| HSL | 44.24º | 0.98% | 0.53% | - |
| HSV(B) | 44.24º | 0.93% | 0.99% | - |
| XYZ | 59.24 | 58.18 | 8.64 | - |
| YUV | 189.7 | 30.54 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 191 | 17 | 0 | 0.25 | 0.93 | 0.01 | 44.24 | 0.98 | 0.53 |
| Hex | FD | BF | 11 | 0 | 19 | 5D | 1 | 2C | 62 | 35 |
| Octal | 375 | 277 | 21 | 0 | 31 | 135 | 1 | 54 | 142 | 65 |
| Binary | 11111101 | 10111111 | 10001 | 0 | 11001 | 1011101 | 1 | 101100 | 1100010 | 110101 |
Color Harmonies of #FDBF11
Complementary color
Monochromatic Colors of #FDBF11
Black with #FDBF11
Text Example
Text Example
White with #FDBF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBF11; }
p { color: rgb(253,191,17); }
H1.HeaderClassName
{
color: #FDBF11;
}
.AnyTagClassName
{
color: #FDBF11;
}
</style>
background-color css
<style>
a { background-color: #FDBF11; }
a { background-color: rgb(253,191,17); }
div.DivClassName
{
background-color: #FDBF11;
}
.BgClassName
{
background-color: #FDBF11;
}
</style>
border-color css
<style>
span { border-color: #FDBF11; }
span { border-color: rgb(253,191,17); }
td.TdClassName
{
border-color: #FDBF11;
}
.TagClassName
{
border-color: #FDBF11;
}
</style>