Shades of Amber #FDBF01
Tints of Amber #FDBF01
RGB
CMYK
RGB Variations
Color information
#FDBF01 (or 0xFDBF01) is known color: Amber. HEX triplet: FD, BF and 01. RGB value is (253,191,1). Sum of RGB (Red+Green+Blue) = 253+191+1=445 (58% of max value = 765). Red value is 253 (99.22% from 255 or 56.85% from 445); Green value is 191 (75% from 255 or 42.92% from 445); Blue value is 1 (0.78% from 255 or 0.22% from 445); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBF01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDBF01 is #0240FE. Grayscale: #BCBCBC. Windows color (decimal): -147711 or 114685. OLE color: 114685.
HSL color Cylindrical-coordinate representation of color #FDBF01: hue angle of 45.24º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FDBF01 is Cyan = 0, Magento = 0.25, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 191 | 1 | - |
| CMYK | 0 | 0.25 | 1.00 | 0.01 |
| HSL | 45.24º | 0.99% | 0.5% | - |
| HSV(B) | 45.24º | 1% | 0.99% | - |
| XYZ | 59.14 | 58.15 | 8.13 | - |
| YUV | 187.88 | 22.54 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 191 | 1 | 0 | 0.25 | 1.00 | 0.01 | 45.24 | 0.99 | 0.5 |
| Hex | FD | BF | 1 | 0 | 19 | 64 | 1 | 2D | 63 | 32 |
| Octal | 375 | 277 | 1 | 0 | 31 | 144 | 1 | 55 | 143 | 62 |
| Binary | 11111101 | 10111111 | 1 | 0 | 11001 | 1100100 | 1 | 101101 | 1100011 | 110010 |
Color Harmonies of #FDBF01
Complementary color
Monochromatic Colors of #FDBF01
Black with #FDBF01
Text Example
Text Example
White with #FDBF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBF01; }
p { color: rgb(253,191,1); }
H1.HeaderClassName
{
color: #FDBF01;
}
.AnyTagClassName
{
color: #FDBF01;
}
</style>
background-color css
<style>
a { background-color: #FDBF01; }
a { background-color: rgb(253,191,1); }
div.DivClassName
{
background-color: #FDBF01;
}
.BgClassName
{
background-color: #FDBF01;
}
</style>
border-color css
<style>
span { border-color: #FDBF01; }
span { border-color: rgb(253,191,1); }
td.TdClassName
{
border-color: #FDBF01;
}
.TagClassName
{
border-color: #FDBF01;
}
</style>