Shades of Tangerine #F27901
Tints of Tangerine #F27901
RGB
CMYK
RGB Variations
Color information
#F27901 (or 0xF27901) is known color: Tangerine. HEX triplet: F2, 79 and 01. RGB value is (242,121,1). Sum of RGB (Red+Green+Blue) = 242+121+1=364 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.48% from 364); Green value is 121 (47.66% from 255 or 33.24% from 364); Blue value is 1 (0.78% from 255 or 0.27% from 364); Max value from RGB is 242 - color contains mainly: red. Hex color #F27901 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F27901 is #0D86FE. Grayscale: #909090. Windows color (decimal): -886527 or 96754. OLE color: 96754.
HSL color Cylindrical-coordinate representation of color #F27901: hue angle of 29.88º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F27901 is Cyan = 0, Magento = 0.50, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 121 | 1 | - |
| CMYK | 0 | 0.50 | 1.00 | 0.05 |
| HSL | 29.88º | 0.99% | 0.48% | - |
| HSV(B) | 29.88º | 1% | 0.95% | - |
| XYZ | 43.46 | 32.55 | 4.02 | - |
| YUV | 143.5 | 47.59 | 198.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 121 | 1 | 0 | 0.50 | 1.00 | 0.05 | 29.88 | 0.99 | 0.48 |
| Hex | F2 | 79 | 1 | 0 | 32 | 64 | 5 | 1E | 63 | 30 |
| Octal | 362 | 171 | 1 | 0 | 62 | 144 | 5 | 36 | 143 | 60 |
| Binary | 11110010 | 1111001 | 1 | 0 | 110010 | 1100100 | 101 | 11110 | 1100011 | 110000 |
Color Harmonies of #F27901
Complementary color
Monochromatic Colors of #F27901
Black with #F27901
Text Example
Text Example
White with #F27901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27901; }
p { color: rgb(242,121,1); }
H1.HeaderClassName
{
color: #F27901;
}
.AnyTagClassName
{
color: #F27901;
}
</style>
background-color css
<style>
a { background-color: #F27901; }
a { background-color: rgb(242,121,1); }
div.DivClassName
{
background-color: #F27901;
}
.BgClassName
{
background-color: #F27901;
}
</style>
border-color css
<style>
span { border-color: #F27901; }
span { border-color: rgb(242,121,1); }
td.TdClassName
{
border-color: #F27901;
}
.TagClassName
{
border-color: #F27901;
}
</style>