Shades of Tangerine #FC7E0A
Tints of Tangerine #FC7E0A
RGB
CMYK
RGB Variations
Color information
#FC7E0A (or 0xFC7E0A) is known color: Tangerine. HEX triplet: FC, 7E and 0A. RGB value is (252,126,10). Sum of RGB (Red+Green+Blue) = 252+126+10=388 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.95% from 388); Green value is 126 (49.61% from 255 or 32.47% from 388); Blue value is 10 (4.30% from 255 or 2.58% from 388); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7E0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7E0A is #0381F5. Grayscale: #979797. Windows color (decimal): -229878 or 687868. OLE color: 687868.
HSL color Cylindrical-coordinate representation of color #FC7E0A: hue angle of 28.76º 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 #FC7E0A is Cyan = 0, Magento = 0.5, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 126 | 10 | - |
| CMYK | 0 | 0.5 | 0.96 | 0.01 |
| HSL | 28.76º | 0.98% | 0.51% | - |
| HSV(B) | 28.76º | 0.96% | 0.99% | - |
| XYZ | 47.66 | 35.64 | 4.65 | - |
| YUV | 150.45 | 48.74 | 200.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 126 | 10 | 0 | 0.5 | 0.96 | 0.01 | 28.76 | 0.98 | 0.51 |
| Hex | FC | 7E | A | 0 | 32 | 60 | 1 | 1D | 62 | 33 |
| Octal | 374 | 176 | 12 | 0 | 62 | 140 | 1 | 35 | 142 | 63 |
| Binary | 11111100 | 1111110 | 1010 | 0 | 110010 | 1100000 | 1 | 11101 | 1100010 | 110011 |
Color Harmonies of #FC7E0A
Complementary color
Monochromatic Colors of #FC7E0A
Black with #FC7E0A
Text Example
Text Example
White with #FC7E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7E0A; }
p { color: rgb(252,126,10); }
H1.HeaderClassName
{
color: #FC7E0A;
}
.AnyTagClassName
{
color: #FC7E0A;
}
</style>
background-color css
<style>
a { background-color: #FC7E0A; }
a { background-color: rgb(252,126,10); }
div.DivClassName
{
background-color: #FC7E0A;
}
.BgClassName
{
background-color: #FC7E0A;
}
</style>
border-color css
<style>
span { border-color: #FC7E0A; }
span { border-color: rgb(252,126,10); }
td.TdClassName
{
border-color: #FC7E0A;
}
.TagClassName
{
border-color: #FC7E0A;
}
</style>