Shades of Tangerine #FC7A00
Tints of Tangerine #FC7A00
RGB
CMYK
RGB Variations
Color information
#FC7A00 (or 0xFC7A00) is known color: Tangerine. HEX triplet: FC, 7A and 00. RGB value is (252,122,0). Sum of RGB (Red+Green+Blue) = 252+122+0=374 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.38% from 374); Green value is 122 (48.05% from 255 or 32.62% from 374); Blue value is 0 (0.39% from 255 or 0% from 374); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7A00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7A00 is #0385FF. Grayscale: #939393. Windows color (decimal): -230912 or 31484. OLE color: 31484.
HSL color Cylindrical-coordinate representation of color #FC7A00: hue angle of 29.05º 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 #FC7A00 is Cyan = 0, Magento = 0.52, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 122 | 0 | - |
| CMYK | 0 | 0.52 | 1 | 0.01 |
| HSL | 29.05º | 1% | 0.49% | - |
| HSV(B) | 29.05º | 1% | 0.99% | - |
| XYZ | 47.1 | 34.61 | 4.2 | - |
| YUV | 146.96 | 45.07 | 202.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 122 | 0 | 0 | 0.52 | 1 | 0.01 | 29.05 | 1 | 0.49 |
| Hex | FC | 7A | 0 | 0 | 34 | 64 | 1 | 1D | 64 | 31 |
| Octal | 374 | 172 | 0 | 0 | 64 | 144 | 1 | 35 | 144 | 61 |
| Binary | 11111100 | 1111010 | 0 | 0 | 110100 | 1100100 | 1 | 11101 | 1100100 | 110001 |
Color Harmonies of #FC7A00
Complementary color
Monochromatic Colors of #FC7A00
Black with #FC7A00
Text Example
Text Example
White with #FC7A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7A00; }
p { color: rgb(252,122,0); }
H1.HeaderClassName
{
color: #FC7A00;
}
.AnyTagClassName
{
color: #FC7A00;
}
</style>
background-color css
<style>
a { background-color: #FC7A00; }
a { background-color: rgb(252,122,0); }
div.DivClassName
{
background-color: #FC7A00;
}
.BgClassName
{
background-color: #FC7A00;
}
</style>
border-color css
<style>
span { border-color: #FC7A00; }
span { border-color: rgb(252,122,0); }
td.TdClassName
{
border-color: #FC7A00;
}
.TagClassName
{
border-color: #FC7A00;
}
</style>