Shades of Tangerine #FC7D01
Tints of Tangerine #FC7D01
RGB
CMYK
RGB Variations
Color information
#FC7D01 (or 0xFC7D01) is known color: Tangerine. HEX triplet: FC, 7D and 01. RGB value is (252,125,1). Sum of RGB (Red+Green+Blue) = 252+125+1=378 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.67% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 1 (0.78% from 255 or 0.26% from 378); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7D01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7D01 is #0382FE. Grayscale: #959595. Windows color (decimal): -230143 or 97788. OLE color: 97788.
HSL color Cylindrical-coordinate representation of color #FC7D01: hue angle of 29.64º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC7D01 is Cyan = 0, Magento = 0.50, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 125 | 1 | - |
| CMYK | 0 | 0.50 | 1.00 | 0.01 |
| HSL | 29.64º | 0.99% | 0.5% | - |
| HSV(B) | 29.64º | 1% | 0.99% | - |
| XYZ | 47.48 | 35.36 | 4.35 | - |
| YUV | 148.84 | 44.58 | 201.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 125 | 1 | 0 | 0.50 | 1.00 | 0.01 | 29.64 | 0.99 | 0.5 |
| Hex | FC | 7D | 1 | 0 | 32 | 64 | 1 | 1E | 63 | 32 |
| Octal | 374 | 175 | 1 | 0 | 62 | 144 | 1 | 36 | 143 | 62 |
| Binary | 11111100 | 1111101 | 1 | 0 | 110010 | 1100100 | 1 | 11110 | 1100011 | 110010 |
Color Harmonies of #FC7D01
Complementary color
Monochromatic Colors of #FC7D01
Black with #FC7D01
Text Example
Text Example
White with #FC7D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7D01; }
p { color: rgb(252,125,1); }
H1.HeaderClassName
{
color: #FC7D01;
}
.AnyTagClassName
{
color: #FC7D01;
}
</style>
background-color css
<style>
a { background-color: #FC7D01; }
a { background-color: rgb(252,125,1); }
div.DivClassName
{
background-color: #FC7D01;
}
.BgClassName
{
background-color: #FC7D01;
}
</style>
border-color css
<style>
span { border-color: #FC7D01; }
span { border-color: rgb(252,125,1); }
td.TdClassName
{
border-color: #FC7D01;
}
.TagClassName
{
border-color: #FC7D01;
}
</style>