Shades of Tangerine #FC7D03
Tints of Tangerine #FC7D03
RGB
CMYK
RGB Variations
Color information
#FC7D03 (or 0xFC7D03) is known color: Tangerine. HEX triplet: FC, 7D and 03. RGB value is (252,125,3). Sum of RGB (Red+Green+Blue) = 252+125+3=380 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.32% from 380); Green value is 125 (49.22% from 255 or 32.89% from 380); Blue value is 3 (1.56% from 255 or 0.79% from 380); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7D03 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7D03 is #0382FC. Grayscale: #959595. Windows color (decimal): -230141 or 228860. OLE color: 228860.
HSL color Cylindrical-coordinate representation of color #FC7D03: hue angle of 29.4º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FC7D03 is Cyan = 0, Magento = 0.50, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 125 | 3 | - |
| CMYK | 0 | 0.50 | 0.99 | 0.01 |
| HSL | 29.4º | 0.98% | 0.5% | - |
| HSV(B) | 29.4º | 0.99% | 0.99% | - |
| XYZ | 47.49 | 35.37 | 4.41 | - |
| YUV | 149.07 | 45.58 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 125 | 3 | 0 | 0.50 | 0.99 | 0.01 | 29.4 | 0.98 | 0.5 |
| Hex | FC | 7D | 3 | 0 | 32 | 63 | 1 | 1D | 62 | 32 |
| Octal | 374 | 175 | 3 | 0 | 62 | 143 | 1 | 35 | 142 | 62 |
| Binary | 11111100 | 1111101 | 11 | 0 | 110010 | 1100011 | 1 | 11101 | 1100010 | 110010 |
Color Harmonies of #FC7D03
Complementary color
Monochromatic Colors of #FC7D03
Black with #FC7D03
Text Example
Text Example
White with #FC7D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7D03; }
p { color: rgb(252,125,3); }
H1.HeaderClassName
{
color: #FC7D03;
}
.AnyTagClassName
{
color: #FC7D03;
}
</style>
background-color css
<style>
a { background-color: #FC7D03; }
a { background-color: rgb(252,125,3); }
div.DivClassName
{
background-color: #FC7D03;
}
.BgClassName
{
background-color: #FC7D03;
}
</style>
border-color css
<style>
span { border-color: #FC7D03; }
span { border-color: rgb(252,125,3); }
td.TdClassName
{
border-color: #FC7D03;
}
.TagClassName
{
border-color: #FC7D03;
}
</style>