Shades of Amber #FDBF09
Tints of Amber #FDBF09
RGB
CMYK
RGB Variations
Color information
#FDBF09 (or 0xFDBF09) is known color: Amber. HEX triplet: FD, BF and 09. RGB value is (253,191,9). Sum of RGB (Red+Green+Blue) = 253+191+9=453 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.85% from 453); Green value is 191 (75% from 255 or 42.16% from 453); Blue value is 9 (3.91% from 255 or 1.99% from 453); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBF09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDBF09 is #0240F6. Grayscale: #BDBDBD. Windows color (decimal): -147703 or 638973. OLE color: 638973.
HSL color Cylindrical-coordinate representation of color #FDBF09: hue angle of 44.75º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FDBF09 is Cyan = 0, Magento = 0.25, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 191 | 9 | - |
| CMYK | 0 | 0.25 | 0.96 | 0.01 |
| HSL | 44.75º | 0.98% | 0.51% | - |
| HSV(B) | 44.75º | 0.96% | 0.99% | - |
| XYZ | 59.19 | 58.16 | 8.37 | - |
| YUV | 188.79 | 26.54 | 173.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 191 | 9 | 0 | 0.25 | 0.96 | 0.01 | 44.75 | 0.98 | 0.51 |
| Hex | FD | BF | 9 | 0 | 19 | 60 | 1 | 2D | 62 | 33 |
| Octal | 375 | 277 | 11 | 0 | 31 | 140 | 1 | 55 | 142 | 63 |
| Binary | 11111101 | 10111111 | 1001 | 0 | 11001 | 1100000 | 1 | 101101 | 1100010 | 110011 |
Color Harmonies of #FDBF09
Complementary color
Monochromatic Colors of #FDBF09
Black with #FDBF09
Text Example
Text Example
White with #FDBF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBF09; }
p { color: rgb(253,191,9); }
H1.HeaderClassName
{
color: #FDBF09;
}
.AnyTagClassName
{
color: #FDBF09;
}
</style>
background-color css
<style>
a { background-color: #FDBF09; }
a { background-color: rgb(253,191,9); }
div.DivClassName
{
background-color: #FDBF09;
}
.BgClassName
{
background-color: #FDBF09;
}
</style>
border-color css
<style>
span { border-color: #FDBF09; }
span { border-color: rgb(253,191,9); }
td.TdClassName
{
border-color: #FDBF09;
}
.TagClassName
{
border-color: #FDBF09;
}
</style>