Shades of Tangerine #FC7A05
Tints of Tangerine #FC7A05
RGB
CMYK
RGB Variations
Color information
#FC7A05 (or 0xFC7A05) is known color: Tangerine. HEX triplet: FC, 7A and 05. RGB value is (252,122,5). Sum of RGB (Red+Green+Blue) = 252+122+5=379 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.49% from 379); Green value is 122 (48.05% from 255 or 32.19% from 379); Blue value is 5 (2.34% from 255 or 1.32% from 379); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7A05 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7A05 is #0385FA. Grayscale: #949494. Windows color (decimal): -230907 or 359164. OLE color: 359164.
HSL color Cylindrical-coordinate representation of color #FC7A05: hue angle of 28.42º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC7A05 is Cyan = 0, Magento = 0.52, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 122 | 5 | - |
| CMYK | 0 | 0.52 | 0.98 | 0.01 |
| HSL | 28.42º | 0.98% | 0.5% | - |
| HSV(B) | 28.42º | 0.98% | 0.99% | - |
| XYZ | 47.13 | 34.63 | 4.34 | - |
| YUV | 147.53 | 47.57 | 202.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 122 | 5 | 0 | 0.52 | 0.98 | 0.01 | 28.42 | 0.98 | 0.5 |
| Hex | FC | 7A | 5 | 0 | 34 | 62 | 1 | 1C | 62 | 32 |
| Octal | 374 | 172 | 5 | 0 | 64 | 142 | 1 | 34 | 142 | 62 |
| Binary | 11111100 | 1111010 | 101 | 0 | 110100 | 1100010 | 1 | 11100 | 1100010 | 110010 |
Color Harmonies of #FC7A05
Complementary color
Monochromatic Colors of #FC7A05
Black with #FC7A05
Text Example
Text Example
White with #FC7A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7A05; }
p { color: rgb(252,122,5); }
H1.HeaderClassName
{
color: #FC7A05;
}
.AnyTagClassName
{
color: #FC7A05;
}
</style>
background-color css
<style>
a { background-color: #FC7A05; }
a { background-color: rgb(252,122,5); }
div.DivClassName
{
background-color: #FC7A05;
}
.BgClassName
{
background-color: #FC7A05;
}
</style>
border-color css
<style>
span { border-color: #FC7A05; }
span { border-color: rgb(252,122,5); }
td.TdClassName
{
border-color: #FC7A05;
}
.TagClassName
{
border-color: #FC7A05;
}
</style>