Shades of Tangerine #FE7E00
Tints of Tangerine #FE7E00
RGB
CMYK
RGB Variations
Color information
#FE7E00 (or 0xFE7E00) is known color: Tangerine. HEX triplet: FE, 7E and 00. RGB value is (254,126,0). Sum of RGB (Red+Green+Blue) = 254+126+0=380 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.84% from 380); Green value is 126 (49.61% from 255 or 33.16% from 380); Blue value is 0 (0.39% from 255 or 0% from 380); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7E00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7E00 is #0181FF. Grayscale: #969696. Windows color (decimal): -98816 or 32510. OLE color: 32510.
HSL color Cylindrical-coordinate representation of color #FE7E00: hue angle of 29.76º 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 #FE7E00 is Cyan = 0, Magento = 0.50, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 126 | 0 | - |
| CMYK | 0 | 0.50 | 1 | 0.00 |
| HSL | 29.76º | 1% | 0.5% | - |
| HSV(B) | 29.76º | 1% | 1% | - |
| XYZ | 48.33 | 35.99 | 4.4 | - |
| YUV | 149.91 | 43.41 | 202.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 126 | 0 | 0 | 0.50 | 1 | 0.00 | 29.76 | 1 | 0.5 |
| Hex | FE | 7E | 0 | 0 | 32 | 64 | 0 | 1E | 64 | 32 |
| Octal | 376 | 176 | 0 | 0 | 62 | 144 | 0 | 36 | 144 | 62 |
| Binary | 11111110 | 1111110 | 0 | 0 | 110010 | 1100100 | 0 | 11110 | 1100100 | 110010 |
Color Harmonies of #FE7E00
Complementary color
Monochromatic Colors of #FE7E00
Black with #FE7E00
Text Example
Text Example
White with #FE7E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7E00; }
p { color: rgb(254,126,0); }
H1.HeaderClassName
{
color: #FE7E00;
}
.AnyTagClassName
{
color: #FE7E00;
}
</style>
background-color css
<style>
a { background-color: #FE7E00; }
a { background-color: rgb(254,126,0); }
div.DivClassName
{
background-color: #FE7E00;
}
.BgClassName
{
background-color: #FE7E00;
}
</style>
border-color css
<style>
span { border-color: #FE7E00; }
span { border-color: rgb(254,126,0); }
td.TdClassName
{
border-color: #FE7E00;
}
.TagClassName
{
border-color: #FE7E00;
}
</style>