Shades of Amber #FEBF0B
Tints of Amber #FEBF0B
RGB
CMYK
RGB Variations
Color information
#FEBF0B (or 0xFEBF0B) is known color: Amber. HEX triplet: FE, BF and 0B. RGB value is (254,191,11). Sum of RGB (Red+Green+Blue) = 254+191+11=456 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.70% from 456); Green value is 191 (75% from 255 or 41.89% from 456); Blue value is 11 (4.69% from 255 or 2.41% from 456); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBF0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEBF0B is #0140F4. Grayscale: #BEBEBE. Windows color (decimal): -82165 or 770046. OLE color: 770046.
HSL color Cylindrical-coordinate representation of color #FEBF0B: hue angle of 44.44º 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 #FEBF0B is Cyan = 0, Magento = 0.25, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 191 | 11 | - |
| CMYK | 0 | 0.25 | 0.96 | 0.00 |
| HSL | 44.44º | 0.99% | 0.52% | - |
| HSV(B) | 44.44º | 0.96% | 1% | - |
| XYZ | 59.56 | 58.36 | 8.44 | - |
| YUV | 189.32 | 27.37 | 174.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 191 | 11 | 0 | 0.25 | 0.96 | 0.00 | 44.44 | 0.99 | 0.52 |
| Hex | FE | BF | B | 0 | 19 | 60 | 0 | 2C | 63 | 34 |
| Octal | 376 | 277 | 13 | 0 | 31 | 140 | 0 | 54 | 143 | 64 |
| Binary | 11111110 | 10111111 | 1011 | 0 | 11001 | 1100000 | 0 | 101100 | 1100011 | 110100 |
Color Harmonies of #FEBF0B
Complementary color
Monochromatic Colors of #FEBF0B
Black with #FEBF0B
Text Example
Text Example
White with #FEBF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBF0B; }
p { color: rgb(254,191,11); }
H1.HeaderClassName
{
color: #FEBF0B;
}
.AnyTagClassName
{
color: #FEBF0B;
}
</style>
background-color css
<style>
a { background-color: #FEBF0B; }
a { background-color: rgb(254,191,11); }
div.DivClassName
{
background-color: #FEBF0B;
}
.BgClassName
{
background-color: #FEBF0B;
}
</style>
border-color css
<style>
span { border-color: #FEBF0B; }
span { border-color: rgb(254,191,11); }
td.TdClassName
{
border-color: #FEBF0B;
}
.TagClassName
{
border-color: #FEBF0B;
}
</style>