Shades of Dark Tangerine #FEB121
Tints of Dark Tangerine #FEB121
RGB
CMYK
RGB Variations
Color information
#FEB121 (or 0xFEB121) is known color: Dark Tangerine. HEX triplet: FE, B1 and 21. RGB value is (254,177,33). Sum of RGB (Red+Green+Blue) = 254+177+33=464 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.74% from 464); Green value is 177 (69.53% from 255 or 38.15% from 464); Blue value is 33 (13.28% from 255 or 7.11% from 464); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB121 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEB121 is #014EDE. Grayscale: #B8B8B8. Windows color (decimal): -85727 or 2208254. OLE color: 2208254.
HSL color Cylindrical-coordinate representation of color #FEB121: hue angle of 39.1º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FEB121 is Cyan = 0, Magento = 0.30, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 177 | 33 | - |
| CMYK | 0 | 0.30 | 0.87 | 0.00 |
| HSL | 39.1º | 0.99% | 0.56% | - |
| HSV(B) | 39.1º | 0.87% | 1% | - |
| XYZ | 56.87 | 52.62 | 8.6 | - |
| YUV | 183.61 | 43.01 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 177 | 33 | 0 | 0.30 | 0.87 | 0.00 | 39.1 | 0.99 | 0.56 |
| Hex | FE | B1 | 21 | 0 | 1E | 57 | 0 | 27 | 63 | 38 |
| Octal | 376 | 261 | 41 | 0 | 36 | 127 | 0 | 47 | 143 | 70 |
| Binary | 11111110 | 10110001 | 100001 | 0 | 11110 | 1010111 | 0 | 100111 | 1100011 | 111000 |
Color Harmonies of #FEB121
Complementary color
Monochromatic Colors of #FEB121
Black with #FEB121
Text Example
Text Example
White with #FEB121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB121; }
p { color: rgb(254,177,33); }
H1.HeaderClassName
{
color: #FEB121;
}
.AnyTagClassName
{
color: #FEB121;
}
</style>
background-color css
<style>
a { background-color: #FEB121; }
a { background-color: rgb(254,177,33); }
div.DivClassName
{
background-color: #FEB121;
}
.BgClassName
{
background-color: #FEB121;
}
</style>
border-color css
<style>
span { border-color: #FEB121; }
span { border-color: rgb(254,177,33); }
td.TdClassName
{
border-color: #FEB121;
}
.TagClassName
{
border-color: #FEB121;
}
</style>