Shades of Tangerine #FE7901
Tints of Tangerine #FE7901
RGB
CMYK
RGB Variations
Color information
#FE7901 (or 0xFE7901) is known color: Tangerine. HEX triplet: FE, 79 and 01. RGB value is (254,121,1). Sum of RGB (Red+Green+Blue) = 254+121+1=376 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.55% from 376); Green value is 121 (47.66% from 255 or 32.18% from 376); Blue value is 1 (0.78% from 255 or 0.27% from 376); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7901 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7901 is #0186FE. Grayscale: #939393. Windows color (decimal): -100095 or 96766. OLE color: 96766.
HSL color Cylindrical-coordinate representation of color #FE7901: hue angle of 28.46º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE7901 is Cyan = 0, Magento = 0.52, Yellow = 1.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 121 | 1 | - |
| CMYK | 0 | 0.52 | 1.00 | 0.00 |
| HSL | 28.46º | 0.99% | 0.5% | - |
| HSV(B) | 28.46º | 1% | 1% | - |
| XYZ | 47.72 | 34.75 | 4.22 | - |
| YUV | 147.09 | 45.56 | 204.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 121 | 1 | 0 | 0.52 | 1.00 | 0.00 | 28.46 | 0.99 | 0.5 |
| Hex | FE | 79 | 1 | 0 | 34 | 64 | 0 | 1C | 63 | 32 |
| Octal | 376 | 171 | 1 | 0 | 64 | 144 | 0 | 34 | 143 | 62 |
| Binary | 11111110 | 1111001 | 1 | 0 | 110100 | 1100100 | 0 | 11100 | 1100011 | 110010 |
Color Harmonies of #FE7901
Complementary color
Monochromatic Colors of #FE7901
Black with #FE7901
Text Example
Text Example
White with #FE7901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7901; }
p { color: rgb(254,121,1); }
H1.HeaderClassName
{
color: #FE7901;
}
.AnyTagClassName
{
color: #FE7901;
}
</style>
background-color css
<style>
a { background-color: #FE7901; }
a { background-color: rgb(254,121,1); }
div.DivClassName
{
background-color: #FE7901;
}
.BgClassName
{
background-color: #FE7901;
}
</style>
border-color css
<style>
span { border-color: #FE7901; }
span { border-color: rgb(254,121,1); }
td.TdClassName
{
border-color: #FE7901;
}
.TagClassName
{
border-color: #FE7901;
}
</style>