Shades of Tangerine #FC7E00
Tints of Tangerine #FC7E00
RGB
CMYK
RGB Variations
Color information
#FC7E00 (or 0xFC7E00) is known color: Tangerine. HEX triplet: FC, 7E and 00. RGB value is (252,126,0). Sum of RGB (Red+Green+Blue) = 252+126+0=378 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.67% from 378); Green value is 126 (49.61% from 255 or 33.33% from 378); Blue value is 0 (0.39% from 255 or 0% from 378); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7E00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7E00 is #0381FF. Grayscale: #959595. Windows color (decimal): -229888 or 32508. OLE color: 32508.
HSL color Cylindrical-coordinate representation of color #FC7E00: hue angle of 30º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC7E00 is Cyan = 0, Magento = 0.5, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 126 | 0 | - |
| CMYK | 0 | 0.5 | 1 | 0.01 |
| HSL | 30º | 1% | 0.49% | - |
| HSV(B) | 30º | 1% | 0.99% | - |
| XYZ | 47.61 | 35.62 | 4.37 | - |
| YUV | 149.31 | 43.74 | 201.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 126 | 0 | 0 | 0.5 | 1 | 0.01 | 30 | 1 | 0.49 |
| Hex | FC | 7E | 0 | 0 | 32 | 64 | 1 | 1E | 64 | 31 |
| Octal | 374 | 176 | 0 | 0 | 62 | 144 | 1 | 36 | 144 | 61 |
| Binary | 11111100 | 1111110 | 0 | 0 | 110010 | 1100100 | 1 | 11110 | 1100100 | 110001 |
Color Harmonies of #FC7E00
Complementary color
Monochromatic Colors of #FC7E00
Black with #FC7E00
Text Example
Text Example
White with #FC7E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7E00; }
p { color: rgb(252,126,0); }
H1.HeaderClassName
{
color: #FC7E00;
}
.AnyTagClassName
{
color: #FC7E00;
}
</style>
background-color css
<style>
a { background-color: #FC7E00; }
a { background-color: rgb(252,126,0); }
div.DivClassName
{
background-color: #FC7E00;
}
.BgClassName
{
background-color: #FC7E00;
}
</style>
border-color css
<style>
span { border-color: #FC7E00; }
span { border-color: rgb(252,126,0); }
td.TdClassName
{
border-color: #FC7E00;
}
.TagClassName
{
border-color: #FC7E00;
}
</style>