Shades of Dark Tangerine #FEB616
Tints of Dark Tangerine #FEB616
RGB
CMYK
RGB Variations
Color information
#FEB616 (or 0xFEB616) is known color: Dark Tangerine. HEX triplet: FE, B6 and 16. RGB value is (254,182,22). Sum of RGB (Red+Green+Blue) = 254+182+22=458 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.46% from 458); Green value is 182 (71.48% from 255 or 39.74% from 458); Blue value is 22 (8.98% from 255 or 4.80% from 458); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB616 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEB616 is #0149E9. Grayscale: #B9B9B9. Windows color (decimal): -84458 or 1488638. OLE color: 1488638.
HSL color Cylindrical-coordinate representation of color #FEB616: hue angle of 41.38º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FEB616 is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 182 | 22 | - |
| CMYK | 0 | 0.28 | 0.91 | 0.00 |
| HSL | 41.38º | 0.99% | 0.54% | - |
| HSV(B) | 41.38º | 0.91% | 1% | - |
| XYZ | 57.75 | 54.58 | 8.25 | - |
| YUV | 185.29 | 35.85 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 182 | 22 | 0 | 0.28 | 0.91 | 0.00 | 41.38 | 0.99 | 0.54 |
| Hex | FE | B6 | 16 | 0 | 1C | 5B | 0 | 29 | 63 | 36 |
| Octal | 376 | 266 | 26 | 0 | 34 | 133 | 0 | 51 | 143 | 66 |
| Binary | 11111110 | 10110110 | 10110 | 0 | 11100 | 1011011 | 0 | 101001 | 1100011 | 110110 |
Color Harmonies of #FEB616
Complementary color
Monochromatic Colors of #FEB616
Black with #FEB616
Text Example
Text Example
White with #FEB616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB616; }
p { color: rgb(254,182,22); }
H1.HeaderClassName
{
color: #FEB616;
}
.AnyTagClassName
{
color: #FEB616;
}
</style>
background-color css
<style>
a { background-color: #FEB616; }
a { background-color: rgb(254,182,22); }
div.DivClassName
{
background-color: #FEB616;
}
.BgClassName
{
background-color: #FEB616;
}
</style>
border-color css
<style>
span { border-color: #FEB616; }
span { border-color: rgb(254,182,22); }
td.TdClassName
{
border-color: #FEB616;
}
.TagClassName
{
border-color: #FEB616;
}
</style>