Shades of Tangerine #F07C01
Tints of Tangerine #F07C01
RGB
CMYK
RGB Variations
Color information
#F07C01 (or 0xF07C01) is known color: Tangerine. HEX triplet: F0, 7C and 01. RGB value is (240,124,1). Sum of RGB (Red+Green+Blue) = 240+124+1=365 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.75% from 365); Green value is 124 (48.83% from 255 or 33.97% from 365); Blue value is 1 (0.78% from 255 or 0.27% from 365); Max value from RGB is 240 - color contains mainly: red. Hex color #F07C01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07C01 is #0F83FE. Grayscale: #919191. Windows color (decimal): -1016831 or 97520. OLE color: 97520.
HSL color Cylindrical-coordinate representation of color #F07C01: hue angle of 30.88º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F07C01 is Cyan = 0, Magento = 0.48, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 124 | 1 | - |
| CMYK | 0 | 0.48 | 1.00 | 0.06 |
| HSL | 30.88º | 0.99% | 0.47% | - |
| HSV(B) | 30.88º | 1% | 0.94% | - |
| XYZ | 43.15 | 32.94 | 4.11 | - |
| YUV | 144.66 | 46.93 | 196 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 124 | 1 | 0 | 0.48 | 1.00 | 0.06 | 30.88 | 0.99 | 0.47 |
| Hex | F0 | 7C | 1 | 0 | 30 | 64 | 6 | 1F | 63 | 2F |
| Octal | 360 | 174 | 1 | 0 | 60 | 144 | 6 | 37 | 143 | 57 |
| Binary | 11110000 | 1111100 | 1 | 0 | 110000 | 1100100 | 110 | 11111 | 1100011 | 101111 |
Color Harmonies of #F07C01
Complementary color
Monochromatic Colors of #F07C01
Black with #F07C01
Text Example
Text Example
White with #F07C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07C01; }
p { color: rgb(240,124,1); }
H1.HeaderClassName
{
color: #F07C01;
}
.AnyTagClassName
{
color: #F07C01;
}
</style>
background-color css
<style>
a { background-color: #F07C01; }
a { background-color: rgb(240,124,1); }
div.DivClassName
{
background-color: #F07C01;
}
.BgClassName
{
background-color: #F07C01;
}
</style>
border-color css
<style>
span { border-color: #F07C01; }
span { border-color: rgb(240,124,1); }
td.TdClassName
{
border-color: #F07C01;
}
.TagClassName
{
border-color: #F07C01;
}
</style>