Shades of Amber #FDBF13
Tints of Amber #FDBF13
RGB
CMYK
RGB Variations
Color information
#FDBF13 (or 0xFDBF13) is known color: Amber. HEX triplet: FD, BF and 13. RGB value is (253,191,19). Sum of RGB (Red+Green+Blue) = 253+191+19=463 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.64% from 463); Green value is 191 (75% from 255 or 41.25% from 463); Blue value is 19 (7.81% from 255 or 4.10% from 463); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBF13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDBF13 is #0240EC. Grayscale: #BEBEBE. Windows color (decimal): -147693 or 1294333. OLE color: 1294333.
HSL color Cylindrical-coordinate representation of color #FDBF13: hue angle of 44.1º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FDBF13 is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 191 | 19 | - |
| CMYK | 0 | 0.25 | 0.92 | 0.01 |
| HSL | 44.1º | 0.98% | 0.53% | - |
| HSV(B) | 44.1º | 0.92% | 0.99% | - |
| XYZ | 59.26 | 58.19 | 8.72 | - |
| YUV | 189.93 | 31.54 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 191 | 19 | 0 | 0.25 | 0.92 | 0.01 | 44.1 | 0.98 | 0.53 |
| Hex | FD | BF | 13 | 0 | 19 | 5C | 1 | 2C | 62 | 35 |
| Octal | 375 | 277 | 23 | 0 | 31 | 134 | 1 | 54 | 142 | 65 |
| Binary | 11111101 | 10111111 | 10011 | 0 | 11001 | 1011100 | 1 | 101100 | 1100010 | 110101 |
Color Harmonies of #FDBF13
Complementary color
Monochromatic Colors of #FDBF13
Black with #FDBF13
Text Example
Text Example
White with #FDBF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBF13; }
p { color: rgb(253,191,19); }
H1.HeaderClassName
{
color: #FDBF13;
}
.AnyTagClassName
{
color: #FDBF13;
}
</style>
background-color css
<style>
a { background-color: #FDBF13; }
a { background-color: rgb(253,191,19); }
div.DivClassName
{
background-color: #FDBF13;
}
.BgClassName
{
background-color: #FDBF13;
}
</style>
border-color css
<style>
span { border-color: #FDBF13; }
span { border-color: rgb(253,191,19); }
td.TdClassName
{
border-color: #FDBF13;
}
.TagClassName
{
border-color: #FDBF13;
}
</style>