Shades of Tangerine #FE7900
Tints of Tangerine #FE7900
RGB
CMYK
RGB Variations
Color information
#FE7900 (or 0xFE7900) is known color: Tangerine. HEX triplet: FE, 79 and 00. RGB value is (254,121,0). Sum of RGB (Red+Green+Blue) = 254+121+0=375 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.73% from 375); Green value is 121 (47.66% from 255 or 32.27% from 375); Blue value is 0 (0.39% from 255 or 0% from 375); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7900 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7900 is #0186FF. Grayscale: #939393. Windows color (decimal): -100096 or 31230. OLE color: 31230.
HSL color Cylindrical-coordinate representation of color #FE7900: hue angle of 28.58º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE7900 is Cyan = 0, Magento = 0.52, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 121 | 0 | - |
| CMYK | 0 | 0.52 | 1 | 0.00 |
| HSL | 28.58º | 1% | 0.5% | - |
| HSV(B) | 28.58º | 1% | 1% | - |
| XYZ | 47.71 | 34.75 | 4.19 | - |
| YUV | 146.97 | 45.06 | 204.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 121 | 0 | 0 | 0.52 | 1 | 0.00 | 28.58 | 1 | 0.5 |
| Hex | FE | 79 | 0 | 0 | 34 | 64 | 0 | 1D | 64 | 32 |
| Octal | 376 | 171 | 0 | 0 | 64 | 144 | 0 | 35 | 144 | 62 |
| Binary | 11111110 | 1111001 | 0 | 0 | 110100 | 1100100 | 0 | 11101 | 1100100 | 110010 |
Color Harmonies of #FE7900
Complementary color
Monochromatic Colors of #FE7900
Black with #FE7900
Text Example
Text Example
White with #FE7900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7900; }
p { color: rgb(254,121,0); }
H1.HeaderClassName
{
color: #FE7900;
}
.AnyTagClassName
{
color: #FE7900;
}
</style>
background-color css
<style>
a { background-color: #FE7900; }
a { background-color: rgb(254,121,0); }
div.DivClassName
{
background-color: #FE7900;
}
.BgClassName
{
background-color: #FE7900;
}
</style>
border-color css
<style>
span { border-color: #FE7900; }
span { border-color: rgb(254,121,0); }
td.TdClassName
{
border-color: #FE7900;
}
.TagClassName
{
border-color: #FE7900;
}
</style>