Shades of Amber #FEBF09
Tints of Amber #FEBF09
RGB
CMYK
RGB Variations
Color information
#FEBF09 (or 0xFEBF09) is known color: Amber. HEX triplet: FE, BF and 09. RGB value is (254,191,9). Sum of RGB (Red+Green+Blue) = 254+191+9=454 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.95% from 454); Green value is 191 (75% from 255 or 42.07% from 454); Blue value is 9 (3.91% from 255 or 1.98% from 454); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBF09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEBF09 is #0140F6. Grayscale: #BDBDBD. Windows color (decimal): -82167 or 638974. OLE color: 638974.
HSL color Cylindrical-coordinate representation of color #FEBF09: hue angle of 44.57º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FEBF09 is Cyan = 0, Magento = 0.25, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 191 | 9 | - |
| CMYK | 0 | 0.25 | 0.96 | 0.00 |
| HSL | 44.57º | 0.99% | 0.52% | - |
| HSV(B) | 44.57º | 0.96% | 1% | - |
| XYZ | 59.55 | 58.35 | 8.38 | - |
| YUV | 189.09 | 26.37 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 191 | 9 | 0 | 0.25 | 0.96 | 0.00 | 44.57 | 0.99 | 0.52 |
| Hex | FE | BF | 9 | 0 | 19 | 60 | 0 | 2D | 63 | 34 |
| Octal | 376 | 277 | 11 | 0 | 31 | 140 | 0 | 55 | 143 | 64 |
| Binary | 11111110 | 10111111 | 1001 | 0 | 11001 | 1100000 | 0 | 101101 | 1100011 | 110100 |
Color Harmonies of #FEBF09
Complementary color
Monochromatic Colors of #FEBF09
Black with #FEBF09
Text Example
Text Example
White with #FEBF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBF09; }
p { color: rgb(254,191,9); }
H1.HeaderClassName
{
color: #FEBF09;
}
.AnyTagClassName
{
color: #FEBF09;
}
</style>
background-color css
<style>
a { background-color: #FEBF09; }
a { background-color: rgb(254,191,9); }
div.DivClassName
{
background-color: #FEBF09;
}
.BgClassName
{
background-color: #FEBF09;
}
</style>
border-color css
<style>
span { border-color: #FEBF09; }
span { border-color: rgb(254,191,9); }
td.TdClassName
{
border-color: #FEBF09;
}
.TagClassName
{
border-color: #FEBF09;
}
</style>