Shades of Tangerine #FC7C00
Tints of Tangerine #FC7C00
RGB
CMYK
RGB Variations
Color information
#FC7C00 (or 0xFC7C00) is known color: Tangerine. HEX triplet: FC, 7C and 00. RGB value is (252,124,0). Sum of RGB (Red+Green+Blue) = 252+124+0=376 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.02% from 376); Green value is 124 (48.83% from 255 or 32.98% from 376); Blue value is 0 (0.39% from 255 or 0% from 376); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7C00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7C00 is #0383FF. Grayscale: #949494. Windows color (decimal): -230400 or 31996. OLE color: 31996.
HSL color Cylindrical-coordinate representation of color #FC7C00: hue angle of 29.52º 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 #FC7C00 is Cyan = 0, Magento = 0.51, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 124 | 0 | - |
| CMYK | 0 | 0.51 | 1 | 0.01 |
| HSL | 29.52º | 1% | 0.49% | - |
| HSV(B) | 29.52º | 1% | 0.99% | - |
| XYZ | 47.35 | 35.11 | 4.28 | - |
| YUV | 148.14 | 44.41 | 202.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 124 | 0 | 0 | 0.51 | 1 | 0.01 | 29.52 | 1 | 0.49 |
| Hex | FC | 7C | 0 | 0 | 33 | 64 | 1 | 1E | 64 | 31 |
| Octal | 374 | 174 | 0 | 0 | 63 | 144 | 1 | 36 | 144 | 61 |
| Binary | 11111100 | 1111100 | 0 | 0 | 110011 | 1100100 | 1 | 11110 | 1100100 | 110001 |
Color Harmonies of #FC7C00
Complementary color
Monochromatic Colors of #FC7C00
Black with #FC7C00
Text Example
Text Example
White with #FC7C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7C00; }
p { color: rgb(252,124,0); }
H1.HeaderClassName
{
color: #FC7C00;
}
.AnyTagClassName
{
color: #FC7C00;
}
</style>
background-color css
<style>
a { background-color: #FC7C00; }
a { background-color: rgb(252,124,0); }
div.DivClassName
{
background-color: #FC7C00;
}
.BgClassName
{
background-color: #FC7C00;
}
</style>
border-color css
<style>
span { border-color: #FC7C00; }
span { border-color: rgb(252,124,0); }
td.TdClassName
{
border-color: #FC7C00;
}
.TagClassName
{
border-color: #FC7C00;
}
</style>