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