Shades of Dark Tangerine #FEAB0F
Tints of Dark Tangerine #FEAB0F
RGB
CMYK
RGB Variations
Color information
#FEAB0F (or 0xFEAB0F) is known color: Dark Tangerine. HEX triplet: FE, AB and 0F. RGB value is (254,171,15). Sum of RGB (Red+Green+Blue) = 254+171+15=440 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.73% from 440); Green value is 171 (67.19% from 255 or 38.86% from 440); Blue value is 15 (6.25% from 255 or 3.41% from 440); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAB0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEAB0F is #0154F0. Grayscale: #B2B2B2. Windows color (decimal): -87281 or 1027070. OLE color: 1027070.
HSL color Cylindrical-coordinate representation of color #FEAB0F: hue angle of 39.16º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FEAB0F is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 171 | 15 | - |
| CMYK | 0 | 0.33 | 0.94 | 0.00 |
| HSL | 39.16º | 0.99% | 0.53% | - |
| HSV(B) | 39.16º | 0.94% | 1% | - |
| XYZ | 55.52 | 50.23 | 7.22 | - |
| YUV | 178.03 | 36 | 182.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 171 | 15 | 0 | 0.33 | 0.94 | 0.00 | 39.16 | 0.99 | 0.53 |
| Hex | FE | AB | F | 0 | 21 | 5E | 0 | 27 | 63 | 35 |
| Octal | 376 | 253 | 17 | 0 | 41 | 136 | 0 | 47 | 143 | 65 |
| Binary | 11111110 | 10101011 | 1111 | 0 | 100001 | 1011110 | 0 | 100111 | 1100011 | 110101 |
Color Harmonies of #FEAB0F
Complementary color
Monochromatic Colors of #FEAB0F
Black with #FEAB0F
Text Example
Text Example
White with #FEAB0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAB0F; }
p { color: rgb(254,171,15); }
H1.HeaderClassName
{
color: #FEAB0F;
}
.AnyTagClassName
{
color: #FEAB0F;
}
</style>
background-color css
<style>
a { background-color: #FEAB0F; }
a { background-color: rgb(254,171,15); }
div.DivClassName
{
background-color: #FEAB0F;
}
.BgClassName
{
background-color: #FEAB0F;
}
</style>
border-color css
<style>
span { border-color: #FEAB0F; }
span { border-color: rgb(254,171,15); }
td.TdClassName
{
border-color: #FEAB0F;
}
.TagClassName
{
border-color: #FEAB0F;
}
</style>