Shades of Amber #FDBF05
Tints of Amber #FDBF05
RGB
CMYK
RGB Variations
Color information
#FDBF05 (or 0xFDBF05) is known color: Amber. HEX triplet: FD, BF and 05. RGB value is (253,191,5). Sum of RGB (Red+Green+Blue) = 253+191+5=449 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.35% from 449); Green value is 191 (75% from 255 or 42.54% from 449); Blue value is 5 (2.34% from 255 or 1.11% from 449); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBF05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDBF05 is #0240FA. Grayscale: #BDBDBD. Windows color (decimal): -147707 or 376829. OLE color: 376829.
HSL color Cylindrical-coordinate representation of color #FDBF05: hue angle of 45º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FDBF05 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 191 | 5 | - |
| CMYK | 0 | 0.25 | 0.98 | 0.01 |
| HSL | 45º | 0.98% | 0.51% | - |
| HSV(B) | 45º | 0.98% | 0.99% | - |
| XYZ | 59.17 | 58.16 | 8.25 | - |
| YUV | 188.33 | 24.54 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 191 | 5 | 0 | 0.25 | 0.98 | 0.01 | 45 | 0.98 | 0.51 |
| Hex | FD | BF | 5 | 0 | 19 | 62 | 1 | 2D | 62 | 33 |
| Octal | 375 | 277 | 5 | 0 | 31 | 142 | 1 | 55 | 142 | 63 |
| Binary | 11111101 | 10111111 | 101 | 0 | 11001 | 1100010 | 1 | 101101 | 1100010 | 110011 |
Color Harmonies of #FDBF05
Complementary color
Monochromatic Colors of #FDBF05
Black with #FDBF05
Text Example
Text Example
White with #FDBF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBF05; }
p { color: rgb(253,191,5); }
H1.HeaderClassName
{
color: #FDBF05;
}
.AnyTagClassName
{
color: #FDBF05;
}
</style>
background-color css
<style>
a { background-color: #FDBF05; }
a { background-color: rgb(253,191,5); }
div.DivClassName
{
background-color: #FDBF05;
}
.BgClassName
{
background-color: #FDBF05;
}
</style>
border-color css
<style>
span { border-color: #FDBF05; }
span { border-color: rgb(253,191,5); }
td.TdClassName
{
border-color: #FDBF05;
}
.TagClassName
{
border-color: #FDBF05;
}
</style>