Shades of Tangerine #FC7C08
Tints of Tangerine #FC7C08
RGB
CMYK
RGB Variations
Color information
#FC7C08 (or 0xFC7C08) is known color: Tangerine. HEX triplet: FC, 7C and 08. RGB value is (252,124,8). Sum of RGB (Red+Green+Blue) = 252+124+8=384 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.62% from 384); Green value is 124 (48.83% from 255 or 32.29% from 384); Blue value is 8 (3.52% from 255 or 2.08% from 384); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7C08 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7C08 is #0383F7. Grayscale: #959595. Windows color (decimal): -230392 or 556284. OLE color: 556284.
HSL color Cylindrical-coordinate representation of color #FC7C08: hue angle of 28.52º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FC7C08 is Cyan = 0, Magento = 0.51, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 124 | 8 | - |
| CMYK | 0 | 0.51 | 0.97 | 0.01 |
| HSL | 28.52º | 0.98% | 0.51% | - |
| HSV(B) | 28.52º | 0.97% | 0.99% | - |
| XYZ | 47.4 | 35.13 | 4.51 | - |
| YUV | 149.05 | 48.41 | 201.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 124 | 8 | 0 | 0.51 | 0.97 | 0.01 | 28.52 | 0.98 | 0.51 |
| Hex | FC | 7C | 8 | 0 | 33 | 61 | 1 | 1D | 62 | 33 |
| Octal | 374 | 174 | 10 | 0 | 63 | 141 | 1 | 35 | 142 | 63 |
| Binary | 11111100 | 1111100 | 1000 | 0 | 110011 | 1100001 | 1 | 11101 | 1100010 | 110011 |
Color Harmonies of #FC7C08
Complementary color
Monochromatic Colors of #FC7C08
Black with #FC7C08
Text Example
Text Example
White with #FC7C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7C08; }
p { color: rgb(252,124,8); }
H1.HeaderClassName
{
color: #FC7C08;
}
.AnyTagClassName
{
color: #FC7C08;
}
</style>
background-color css
<style>
a { background-color: #FC7C08; }
a { background-color: rgb(252,124,8); }
div.DivClassName
{
background-color: #FC7C08;
}
.BgClassName
{
background-color: #FC7C08;
}
</style>
border-color css
<style>
span { border-color: #FC7C08; }
span { border-color: rgb(252,124,8); }
td.TdClassName
{
border-color: #FC7C08;
}
.TagClassName
{
border-color: #FC7C08;
}
</style>