Shades of Dark Tangerine #FEB614
Tints of Dark Tangerine #FEB614
RGB
CMYK
RGB Variations
Color information
#FEB614 (or 0xFEB614) is known color: Dark Tangerine. HEX triplet: FE, B6 and 14. RGB value is (254,182,20). Sum of RGB (Red+Green+Blue) = 254+182+20=456 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.70% from 456); Green value is 182 (71.48% from 255 or 39.91% from 456); Blue value is 20 (8.20% from 255 or 4.39% from 456); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB614 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEB614 is #0149EB. Grayscale: #B9B9B9. Windows color (decimal): -84460 or 1357566. OLE color: 1357566.
HSL color Cylindrical-coordinate representation of color #FEB614: hue angle of 41.54º 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 #FEB614 is Cyan = 0, Magento = 0.28, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 182 | 20 | - |
| CMYK | 0 | 0.28 | 0.92 | 0.00 |
| HSL | 41.54º | 0.99% | 0.54% | - |
| HSV(B) | 41.54º | 0.92% | 1% | - |
| XYZ | 57.73 | 54.58 | 8.15 | - |
| YUV | 185.06 | 34.85 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 182 | 20 | 0 | 0.28 | 0.92 | 0.00 | 41.54 | 0.99 | 0.54 |
| Hex | FE | B6 | 14 | 0 | 1C | 5C | 0 | 2A | 63 | 36 |
| Octal | 376 | 266 | 24 | 0 | 34 | 134 | 0 | 52 | 143 | 66 |
| Binary | 11111110 | 10110110 | 10100 | 0 | 11100 | 1011100 | 0 | 101010 | 1100011 | 110110 |
Color Harmonies of #FEB614
Complementary color
Monochromatic Colors of #FEB614
Black with #FEB614
Text Example
Text Example
White with #FEB614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB614; }
p { color: rgb(254,182,20); }
H1.HeaderClassName
{
color: #FEB614;
}
.AnyTagClassName
{
color: #FEB614;
}
</style>
background-color css
<style>
a { background-color: #FEB614; }
a { background-color: rgb(254,182,20); }
div.DivClassName
{
background-color: #FEB614;
}
.BgClassName
{
background-color: #FEB614;
}
</style>
border-color css
<style>
span { border-color: #FEB614; }
span { border-color: rgb(254,182,20); }
td.TdClassName
{
border-color: #FEB614;
}
.TagClassName
{
border-color: #FEB614;
}
</style>