Shades of Tangerine #FC8100
Tints of Tangerine #FC8100
RGB
CMYK
RGB Variations
Color information
#FC8100 (or 0xFC8100) is known color: Tangerine. HEX triplet: FC, 81 and 00. RGB value is (252,129,0). Sum of RGB (Red+Green+Blue) = 252+129+0=381 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.14% from 381); Green value is 129 (50.78% from 255 or 33.86% from 381); Blue value is 0 (0.39% from 255 or 0% from 381); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8100 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8100 is #037EFF. Grayscale: #979797. Windows color (decimal): -229120 or 33276. OLE color: 33276.
HSL color Cylindrical-coordinate representation of color #FC8100: hue angle of 30.71º 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 #FC8100 is Cyan = 0, Magento = 0.49, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 129 | 0 | - |
| CMYK | 0 | 0.49 | 1 | 0.01 |
| HSL | 30.71º | 1% | 0.49% | - |
| HSV(B) | 30.71º | 1% | 0.99% | - |
| XYZ | 48 | 36.4 | 4.5 | - |
| YUV | 151.07 | 42.75 | 199.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 129 | 0 | 0 | 0.49 | 1 | 0.01 | 30.71 | 1 | 0.49 |
| Hex | FC | 81 | 0 | 0 | 31 | 64 | 1 | 1F | 64 | 31 |
| Octal | 374 | 201 | 0 | 0 | 61 | 144 | 1 | 37 | 144 | 61 |
| Binary | 11111100 | 10000001 | 0 | 0 | 110001 | 1100100 | 1 | 11111 | 1100100 | 110001 |
Color Harmonies of #FC8100
Complementary color
Monochromatic Colors of #FC8100
Black with #FC8100
Text Example
Text Example
White with #FC8100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8100; }
p { color: rgb(252,129,0); }
H1.HeaderClassName
{
color: #FC8100;
}
.AnyTagClassName
{
color: #FC8100;
}
</style>
background-color css
<style>
a { background-color: #FC8100; }
a { background-color: rgb(252,129,0); }
div.DivClassName
{
background-color: #FC8100;
}
.BgClassName
{
background-color: #FC8100;
}
</style>
border-color css
<style>
span { border-color: #FC8100; }
span { border-color: rgb(252,129,0); }
td.TdClassName
{
border-color: #FC8100;
}
.TagClassName
{
border-color: #FC8100;
}
</style>