Shades of Tangerine #FC810A
Tints of Tangerine #FC810A
RGB
CMYK
RGB Variations
Color information
#FC810A (or 0xFC810A) is known color: Tangerine. HEX triplet: FC, 81 and 0A. RGB value is (252,129,10). Sum of RGB (Red+Green+Blue) = 252+129+10=391 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.45% from 391); Green value is 129 (50.78% from 255 or 32.99% from 391); Blue value is 10 (4.30% from 255 or 2.56% from 391); Max value from RGB is 252 - color contains mainly: red. Hex color #FC810A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC810A is #037EF5. Grayscale: #989898. Windows color (decimal): -229110 or 688636. OLE color: 688636.
HSL color Cylindrical-coordinate representation of color #FC810A: hue angle of 29.5º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC810A is Cyan = 0, Magento = 0.49, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 129 | 10 | - |
| CMYK | 0 | 0.49 | 0.96 | 0.01 |
| HSL | 29.5º | 0.98% | 0.51% | - |
| HSV(B) | 29.5º | 0.96% | 0.99% | - |
| XYZ | 48.05 | 36.42 | 4.78 | - |
| YUV | 152.21 | 47.75 | 199.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 129 | 10 | 0 | 0.49 | 0.96 | 0.01 | 29.5 | 0.98 | 0.51 |
| Hex | FC | 81 | A | 0 | 31 | 60 | 1 | 1E | 62 | 33 |
| Octal | 374 | 201 | 12 | 0 | 61 | 140 | 1 | 36 | 142 | 63 |
| Binary | 11111100 | 10000001 | 1010 | 0 | 110001 | 1100000 | 1 | 11110 | 1100010 | 110011 |
Color Harmonies of #FC810A
Complementary color
Monochromatic Colors of #FC810A
Black with #FC810A
Text Example
Text Example
White with #FC810A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC810A; }
p { color: rgb(252,129,10); }
H1.HeaderClassName
{
color: #FC810A;
}
.AnyTagClassName
{
color: #FC810A;
}
</style>
background-color css
<style>
a { background-color: #FC810A; }
a { background-color: rgb(252,129,10); }
div.DivClassName
{
background-color: #FC810A;
}
.BgClassName
{
background-color: #FC810A;
}
</style>
border-color css
<style>
span { border-color: #FC810A; }
span { border-color: rgb(252,129,10); }
td.TdClassName
{
border-color: #FC810A;
}
.TagClassName
{
border-color: #FC810A;
}
</style>