Shades of Dark Tangerine #FEB61C
Tints of Dark Tangerine #FEB61C
RGB
CMYK
RGB Variations
Color information
#FEB61C (or 0xFEB61C) is known color: Dark Tangerine. HEX triplet: FE, B6 and 1C. RGB value is (254,182,28). Sum of RGB (Red+Green+Blue) = 254+182+28=464 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.74% from 464); Green value is 182 (71.48% from 255 or 39.22% from 464); Blue value is 28 (11.33% from 255 or 6.03% from 464); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB61C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB61C is #0149E3. Grayscale: #BABABA. Windows color (decimal): -84452 or 1881854. OLE color: 1881854.
HSL color Cylindrical-coordinate representation of color #FEB61C: hue angle of 40.88º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FEB61C is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 182 | 28 | - |
| CMYK | 0 | 0.28 | 0.89 | 0.00 |
| HSL | 40.88º | 0.99% | 0.55% | - |
| HSV(B) | 40.88º | 0.89% | 1% | - |
| XYZ | 57.81 | 54.61 | 8.59 | - |
| YUV | 185.97 | 38.85 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 182 | 28 | 0 | 0.28 | 0.89 | 0.00 | 40.88 | 0.99 | 0.55 |
| Hex | FE | B6 | 1C | 0 | 1C | 59 | 0 | 29 | 63 | 37 |
| Octal | 376 | 266 | 34 | 0 | 34 | 131 | 0 | 51 | 143 | 67 |
| Binary | 11111110 | 10110110 | 11100 | 0 | 11100 | 1011001 | 0 | 101001 | 1100011 | 110111 |
Color Harmonies of #FEB61C
Complementary color
Monochromatic Colors of #FEB61C
Black with #FEB61C
Text Example
Text Example
White with #FEB61C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB61C; }
p { color: rgb(254,182,28); }
H1.HeaderClassName
{
color: #FEB61C;
}
.AnyTagClassName
{
color: #FEB61C;
}
</style>
background-color css
<style>
a { background-color: #FEB61C; }
a { background-color: rgb(254,182,28); }
div.DivClassName
{
background-color: #FEB61C;
}
.BgClassName
{
background-color: #FEB61C;
}
</style>
border-color css
<style>
span { border-color: #FEB61C; }
span { border-color: rgb(254,182,28); }
td.TdClassName
{
border-color: #FEB61C;
}
.TagClassName
{
border-color: #FEB61C;
}
</style>