Shades of Dark Tangerine #FEB314
Tints of Dark Tangerine #FEB314
RGB
CMYK
RGB Variations
Color information
#FEB314 (or 0xFEB314) is known color: Dark Tangerine. HEX triplet: FE, B3 and 14. RGB value is (254,179,20). Sum of RGB (Red+Green+Blue) = 254+179+20=453 (60% of max value = 765). Red value is 254 (99.61% from 255 or 56.07% from 453); Green value is 179 (70.31% from 255 or 39.51% from 453); Blue value is 20 (8.20% from 255 or 4.42% from 453); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB314 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEB314 is #014CEB. Grayscale: #B8B8B8. Windows color (decimal): -85228 or 1356798. OLE color: 1356798.
HSL color Cylindrical-coordinate representation of color #FEB314: hue angle of 40.77º 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 #FEB314 is Cyan = 0, Magento = 0.30, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 179 | 20 | - |
| CMYK | 0 | 0.30 | 0.92 | 0.00 |
| HSL | 40.77º | 0.99% | 0.54% | - |
| HSV(B) | 40.77º | 0.92% | 1% | - |
| XYZ | 57.12 | 53.36 | 7.95 | - |
| YUV | 183.3 | 35.85 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 179 | 20 | 0 | 0.30 | 0.92 | 0.00 | 40.77 | 0.99 | 0.54 |
| Hex | FE | B3 | 14 | 0 | 1E | 5C | 0 | 29 | 63 | 36 |
| Octal | 376 | 263 | 24 | 0 | 36 | 134 | 0 | 51 | 143 | 66 |
| Binary | 11111110 | 10110011 | 10100 | 0 | 11110 | 1011100 | 0 | 101001 | 1100011 | 110110 |
Color Harmonies of #FEB314
Complementary color
Monochromatic Colors of #FEB314
Black with #FEB314
Text Example
Text Example
White with #FEB314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB314; }
p { color: rgb(254,179,20); }
H1.HeaderClassName
{
color: #FEB314;
}
.AnyTagClassName
{
color: #FEB314;
}
</style>
background-color css
<style>
a { background-color: #FEB314; }
a { background-color: rgb(254,179,20); }
div.DivClassName
{
background-color: #FEB314;
}
.BgClassName
{
background-color: #FEB314;
}
</style>
border-color css
<style>
span { border-color: #FEB314; }
span { border-color: rgb(254,179,20); }
td.TdClassName
{
border-color: #FEB314;
}
.TagClassName
{
border-color: #FEB314;
}
</style>