Shades of Dark Tangerine #FEB613
Tints of Dark Tangerine #FEB613
RGB
CMYK
RGB Variations
Color information
#FEB613 (or 0xFEB613) is known color: Dark Tangerine. HEX triplet: FE, B6 and 13. RGB value is (254,182,19). Sum of RGB (Red+Green+Blue) = 254+182+19=455 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.82% from 455); Green value is 182 (71.48% from 255 or 40% from 455); Blue value is 19 (7.81% from 255 or 4.18% from 455); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB613 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEB613 is #0149EC. Grayscale: #B9B9B9. Windows color (decimal): -84461 or 1292030. OLE color: 1292030.
HSL color Cylindrical-coordinate representation of color #FEB613: hue angle of 41.62º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FEB613 is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 182 | 19 | - |
| CMYK | 0 | 0.28 | 0.93 | 0.00 |
| HSL | 41.62º | 0.99% | 0.54% | - |
| HSV(B) | 41.62º | 0.93% | 1% | - |
| XYZ | 57.72 | 54.57 | 8.11 | - |
| YUV | 184.95 | 34.35 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 182 | 19 | 0 | 0.28 | 0.93 | 0.00 | 41.62 | 0.99 | 0.54 |
| Hex | FE | B6 | 13 | 0 | 1C | 5D | 0 | 2A | 63 | 36 |
| Octal | 376 | 266 | 23 | 0 | 34 | 135 | 0 | 52 | 143 | 66 |
| Binary | 11111110 | 10110110 | 10011 | 0 | 11100 | 1011101 | 0 | 101010 | 1100011 | 110110 |
Color Harmonies of #FEB613
Complementary color
Monochromatic Colors of #FEB613
Black with #FEB613
Text Example
Text Example
White with #FEB613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB613; }
p { color: rgb(254,182,19); }
H1.HeaderClassName
{
color: #FEB613;
}
.AnyTagClassName
{
color: #FEB613;
}
</style>
background-color css
<style>
a { background-color: #FEB613; }
a { background-color: rgb(254,182,19); }
div.DivClassName
{
background-color: #FEB613;
}
.BgClassName
{
background-color: #FEB613;
}
</style>
border-color css
<style>
span { border-color: #FEB613; }
span { border-color: rgb(254,182,19); }
td.TdClassName
{
border-color: #FEB613;
}
.TagClassName
{
border-color: #FEB613;
}
</style>