Shades of Dark Tangerine #FEBB15
Tints of Dark Tangerine #FEBB15
RGB
CMYK
RGB Variations
Color information
#FEBB15 (or 0xFEBB15) is known color: Dark Tangerine. HEX triplet: FE, BB and 15. RGB value is (254,187,21). Sum of RGB (Red+Green+Blue) = 254+187+21=462 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.98% from 462); Green value is 187 (73.44% from 255 or 40.48% from 462); Blue value is 21 (8.59% from 255 or 4.55% from 462); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBB15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEBB15 is #0144EA. Grayscale: #BCBCBC. Windows color (decimal): -83179 or 1424382. OLE color: 1424382.
HSL color Cylindrical-coordinate representation of color #FEBB15: hue angle of 42.75º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FEBB15 is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 187 | 21 | - |
| CMYK | 0 | 0.26 | 0.92 | 0.00 |
| HSL | 42.75º | 0.99% | 0.54% | - |
| HSV(B) | 42.75º | 0.92% | 1% | - |
| XYZ | 58.78 | 56.67 | 8.55 | - |
| YUV | 188.11 | 33.7 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 187 | 21 | 0 | 0.26 | 0.92 | 0.00 | 42.75 | 0.99 | 0.54 |
| Hex | FE | BB | 15 | 0 | 1A | 5C | 0 | 2B | 63 | 36 |
| Octal | 376 | 273 | 25 | 0 | 32 | 134 | 0 | 53 | 143 | 66 |
| Binary | 11111110 | 10111011 | 10101 | 0 | 11010 | 1011100 | 0 | 101011 | 1100011 | 110110 |
Color Harmonies of #FEBB15
Complementary color
Monochromatic Colors of #FEBB15
Black with #FEBB15
Text Example
Text Example
White with #FEBB15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBB15; }
p { color: rgb(254,187,21); }
H1.HeaderClassName
{
color: #FEBB15;
}
.AnyTagClassName
{
color: #FEBB15;
}
</style>
background-color css
<style>
a { background-color: #FEBB15; }
a { background-color: rgb(254,187,21); }
div.DivClassName
{
background-color: #FEBB15;
}
.BgClassName
{
background-color: #FEBB15;
}
</style>
border-color css
<style>
span { border-color: #FEBB15; }
span { border-color: rgb(254,187,21); }
td.TdClassName
{
border-color: #FEBB15;
}
.TagClassName
{
border-color: #FEBB15;
}
</style>