Shades of Tangerine #FC8002
Tints of Tangerine #FC8002
RGB
CMYK
RGB Variations
Color information
#FC8002 (or 0xFC8002) is known color: Tangerine. HEX triplet: FC, 80 and 02. RGB value is (252,128,2). Sum of RGB (Red+Green+Blue) = 252+128+2=382 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.97% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 2 (1.17% from 255 or 0.52% from 382); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8002 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8002 is #037FFD. Grayscale: #979797. Windows color (decimal): -229374 or 164092. OLE color: 164092.
HSL color Cylindrical-coordinate representation of color #FC8002: hue angle of 30.24º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FC8002 is Cyan = 0, Magento = 0.49, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 128 | 2 | - |
| CMYK | 0 | 0.49 | 0.99 | 0.01 |
| HSL | 30.24º | 0.98% | 0.5% | - |
| HSV(B) | 30.24º | 0.99% | 0.99% | - |
| XYZ | 47.88 | 36.14 | 4.51 | - |
| YUV | 150.71 | 44.08 | 200.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 128 | 2 | 0 | 0.49 | 0.99 | 0.01 | 30.24 | 0.98 | 0.5 |
| Hex | FC | 80 | 2 | 0 | 31 | 63 | 1 | 1E | 62 | 32 |
| Octal | 374 | 200 | 2 | 0 | 61 | 143 | 1 | 36 | 142 | 62 |
| Binary | 11111100 | 10000000 | 10 | 0 | 110001 | 1100011 | 1 | 11110 | 1100010 | 110010 |
Color Harmonies of #FC8002
Complementary color
Monochromatic Colors of #FC8002
Black with #FC8002
Text Example
Text Example
White with #FC8002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8002; }
p { color: rgb(252,128,2); }
H1.HeaderClassName
{
color: #FC8002;
}
.AnyTagClassName
{
color: #FC8002;
}
</style>
background-color css
<style>
a { background-color: #FC8002; }
a { background-color: rgb(252,128,2); }
div.DivClassName
{
background-color: #FC8002;
}
.BgClassName
{
background-color: #FC8002;
}
</style>
border-color css
<style>
span { border-color: #FC8002; }
span { border-color: rgb(252,128,2); }
td.TdClassName
{
border-color: #FC8002;
}
.TagClassName
{
border-color: #FC8002;
}
</style>