Shades of Amber #FDBF03
Tints of Amber #FDBF03
RGB
CMYK
RGB Variations
Color information
#FDBF03 (or 0xFDBF03) is known color: Amber. HEX triplet: FD, BF and 03. RGB value is (253,191,3). Sum of RGB (Red+Green+Blue) = 253+191+3=447 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.60% from 447); Green value is 191 (75% from 255 or 42.73% from 447); Blue value is 3 (1.56% from 255 or 0.67% from 447); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBF03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDBF03 is #0240FC. Grayscale: #BCBCBC. Windows color (decimal): -147709 or 245757. OLE color: 245757.
HSL color Cylindrical-coordinate representation of color #FDBF03: hue angle of 45.12º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FDBF03 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 191 | 3 | - |
| CMYK | 0 | 0.25 | 0.99 | 0.01 |
| HSL | 45.12º | 0.98% | 0.5% | - |
| HSV(B) | 45.12º | 0.99% | 0.99% | - |
| XYZ | 59.16 | 58.15 | 8.19 | - |
| YUV | 188.11 | 23.54 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 191 | 3 | 0 | 0.25 | 0.99 | 0.01 | 45.12 | 0.98 | 0.5 |
| Hex | FD | BF | 3 | 0 | 19 | 63 | 1 | 2D | 62 | 32 |
| Octal | 375 | 277 | 3 | 0 | 31 | 143 | 1 | 55 | 142 | 62 |
| Binary | 11111101 | 10111111 | 11 | 0 | 11001 | 1100011 | 1 | 101101 | 1100010 | 110010 |
Color Harmonies of #FDBF03
Complementary color
Monochromatic Colors of #FDBF03
Black with #FDBF03
Text Example
Text Example
White with #FDBF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBF03; }
p { color: rgb(253,191,3); }
H1.HeaderClassName
{
color: #FDBF03;
}
.AnyTagClassName
{
color: #FDBF03;
}
</style>
background-color css
<style>
a { background-color: #FDBF03; }
a { background-color: rgb(253,191,3); }
div.DivClassName
{
background-color: #FDBF03;
}
.BgClassName
{
background-color: #FDBF03;
}
</style>
border-color css
<style>
span { border-color: #FDBF03; }
span { border-color: rgb(253,191,3); }
td.TdClassName
{
border-color: #FDBF03;
}
.TagClassName
{
border-color: #FDBF03;
}
</style>