Shades of Dark Tangerine #FEB81C
Tints of Dark Tangerine #FEB81C
RGB
CMYK
RGB Variations
Color information
#FEB81C (or 0xFEB81C) is known color: Dark Tangerine. HEX triplet: FE, B8 and 1C. RGB value is (254,184,28). Sum of RGB (Red+Green+Blue) = 254+184+28=466 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.51% from 466); Green value is 184 (72.27% from 255 or 39.48% from 466); Blue value is 28 (11.33% from 255 or 6.01% from 466); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB81C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB81C is #0147E3. Grayscale: #BBBBBB. Windows color (decimal): -83940 or 1882366. OLE color: 1882366.
HSL color Cylindrical-coordinate representation of color #FEB81C: hue angle of 41.42º 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 #FEB81C is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 184 | 28 | - |
| CMYK | 0 | 0.28 | 0.89 | 0.00 |
| HSL | 41.42º | 0.99% | 0.55% | - |
| HSV(B) | 41.42º | 0.89% | 1% | - |
| XYZ | 58.22 | 55.44 | 8.73 | - |
| YUV | 187.15 | 38.19 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 184 | 28 | 0 | 0.28 | 0.89 | 0.00 | 41.42 | 0.99 | 0.55 |
| Hex | FE | B8 | 1C | 0 | 1C | 59 | 0 | 29 | 63 | 37 |
| Octal | 376 | 270 | 34 | 0 | 34 | 131 | 0 | 51 | 143 | 67 |
| Binary | 11111110 | 10111000 | 11100 | 0 | 11100 | 1011001 | 0 | 101001 | 1100011 | 110111 |
Color Harmonies of #FEB81C
Complementary color
Monochromatic Colors of #FEB81C
Black with #FEB81C
Text Example
Text Example
White with #FEB81C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB81C; }
p { color: rgb(254,184,28); }
H1.HeaderClassName
{
color: #FEB81C;
}
.AnyTagClassName
{
color: #FEB81C;
}
</style>
background-color css
<style>
a { background-color: #FEB81C; }
a { background-color: rgb(254,184,28); }
div.DivClassName
{
background-color: #FEB81C;
}
.BgClassName
{
background-color: #FEB81C;
}
</style>
border-color css
<style>
span { border-color: #FEB81C; }
span { border-color: rgb(254,184,28); }
td.TdClassName
{
border-color: #FEB81C;
}
.TagClassName
{
border-color: #FEB81C;
}
</style>