Shades of Amber #FEBD0B
Tints of Amber #FEBD0B
RGB
CMYK
RGB Variations
Color information
#FEBD0B (or 0xFEBD0B) is known color: Amber. HEX triplet: FE, BD and 0B. RGB value is (254,189,11). Sum of RGB (Red+Green+Blue) = 254+189+11=454 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.95% from 454); Green value is 189 (74.22% from 255 or 41.63% from 454); Blue value is 11 (4.69% from 255 or 2.42% from 454); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBD0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEBD0B is #0142F4. Grayscale: #BCBCBC. Windows color (decimal): -82677 or 769534. OLE color: 769534.
HSL color Cylindrical-coordinate representation of color #FEBD0B: hue angle of 43.95º 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 #FEBD0B is Cyan = 0, Magento = 0.26, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 189 | 11 | - |
| CMYK | 0 | 0.26 | 0.96 | 0.00 |
| HSL | 43.95º | 0.99% | 0.52% | - |
| HSV(B) | 43.95º | 0.96% | 1% | - |
| XYZ | 59.13 | 57.49 | 8.3 | - |
| YUV | 188.14 | 28.03 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 189 | 11 | 0 | 0.26 | 0.96 | 0.00 | 43.95 | 0.99 | 0.52 |
| Hex | FE | BD | B | 0 | 1A | 60 | 0 | 2C | 63 | 34 |
| Octal | 376 | 275 | 13 | 0 | 32 | 140 | 0 | 54 | 143 | 64 |
| Binary | 11111110 | 10111101 | 1011 | 0 | 11010 | 1100000 | 0 | 101100 | 1100011 | 110100 |
Color Harmonies of #FEBD0B
Complementary color
Monochromatic Colors of #FEBD0B
Black with #FEBD0B
Text Example
Text Example
White with #FEBD0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBD0B; }
p { color: rgb(254,189,11); }
H1.HeaderClassName
{
color: #FEBD0B;
}
.AnyTagClassName
{
color: #FEBD0B;
}
</style>
background-color css
<style>
a { background-color: #FEBD0B; }
a { background-color: rgb(254,189,11); }
div.DivClassName
{
background-color: #FEBD0B;
}
.BgClassName
{
background-color: #FEBD0B;
}
</style>
border-color css
<style>
span { border-color: #FEBD0B; }
span { border-color: rgb(254,189,11); }
td.TdClassName
{
border-color: #FEBD0B;
}
.TagClassName
{
border-color: #FEBD0B;
}
</style>