Shades of Dark Tangerine #FEAB0D
Tints of Dark Tangerine #FEAB0D
RGB
CMYK
RGB Variations
Color information
#FEAB0D (or 0xFEAB0D) is known color: Dark Tangerine. HEX triplet: FE, AB and 0D. RGB value is (254,171,13). Sum of RGB (Red+Green+Blue) = 254+171+13=438 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.99% from 438); Green value is 171 (67.19% from 255 or 39.04% from 438); Blue value is 13 (5.47% from 255 or 2.97% from 438); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAB0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEAB0D is #0154F2. Grayscale: #B2B2B2. Windows color (decimal): -87283 or 895998. OLE color: 895998.
HSL color Cylindrical-coordinate representation of color #FEAB0D: hue angle of 39.34º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FEAB0D is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 171 | 13 | - |
| CMYK | 0 | 0.33 | 0.95 | 0.00 |
| HSL | 39.34º | 0.99% | 0.52% | - |
| HSV(B) | 39.34º | 0.95% | 1% | - |
| XYZ | 55.51 | 50.23 | 7.15 | - |
| YUV | 177.81 | 35 | 182.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 171 | 13 | 0 | 0.33 | 0.95 | 0.00 | 39.34 | 0.99 | 0.52 |
| Hex | FE | AB | D | 0 | 21 | 5F | 0 | 27 | 63 | 34 |
| Octal | 376 | 253 | 15 | 0 | 41 | 137 | 0 | 47 | 143 | 64 |
| Binary | 11111110 | 10101011 | 1101 | 0 | 100001 | 1011111 | 0 | 100111 | 1100011 | 110100 |
Color Harmonies of #FEAB0D
Complementary color
Monochromatic Colors of #FEAB0D
Black with #FEAB0D
Text Example
Text Example
White with #FEAB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAB0D; }
p { color: rgb(254,171,13); }
H1.HeaderClassName
{
color: #FEAB0D;
}
.AnyTagClassName
{
color: #FEAB0D;
}
</style>
background-color css
<style>
a { background-color: #FEAB0D; }
a { background-color: rgb(254,171,13); }
div.DivClassName
{
background-color: #FEAB0D;
}
.BgClassName
{
background-color: #FEAB0D;
}
</style>
border-color css
<style>
span { border-color: #FEAB0D; }
span { border-color: rgb(254,171,13); }
td.TdClassName
{
border-color: #FEAB0D;
}
.TagClassName
{
border-color: #FEAB0D;
}
</style>