Shades of Tangerine #F27C01
Tints of Tangerine #F27C01
RGB
CMYK
RGB Variations
Color information
#F27C01 (or 0xF27C01) is known color: Tangerine. HEX triplet: F2, 7C and 01. RGB value is (242,124,1). Sum of RGB (Red+Green+Blue) = 242+124+1=367 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.94% from 367); Green value is 124 (48.83% from 255 or 33.79% from 367); Blue value is 1 (0.78% from 255 or 0.27% from 367); Max value from RGB is 242 - color contains mainly: red. Hex color #F27C01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F27C01 is #0D83FE. Grayscale: #919191. Windows color (decimal): -885759 or 97522. OLE color: 97522.
HSL color Cylindrical-coordinate representation of color #F27C01: hue angle of 30.62º 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 #F27C01 is Cyan = 0, Magento = 0.49, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 124 | 1 | - |
| CMYK | 0 | 0.49 | 1.00 | 0.05 |
| HSL | 30.62º | 0.99% | 0.48% | - |
| HSV(B) | 30.62º | 1% | 0.95% | - |
| XYZ | 43.83 | 33.29 | 4.15 | - |
| YUV | 145.26 | 46.59 | 197 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 124 | 1 | 0 | 0.49 | 1.00 | 0.05 | 30.62 | 0.99 | 0.48 |
| Hex | F2 | 7C | 1 | 0 | 31 | 64 | 5 | 1F | 63 | 30 |
| Octal | 362 | 174 | 1 | 0 | 61 | 144 | 5 | 37 | 143 | 60 |
| Binary | 11110010 | 1111100 | 1 | 0 | 110001 | 1100100 | 101 | 11111 | 1100011 | 110000 |
Color Harmonies of #F27C01
Complementary color
Monochromatic Colors of #F27C01
Black with #F27C01
Text Example
Text Example
White with #F27C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27C01; }
p { color: rgb(242,124,1); }
H1.HeaderClassName
{
color: #F27C01;
}
.AnyTagClassName
{
color: #F27C01;
}
</style>
background-color css
<style>
a { background-color: #F27C01; }
a { background-color: rgb(242,124,1); }
div.DivClassName
{
background-color: #F27C01;
}
.BgClassName
{
background-color: #F27C01;
}
</style>
border-color css
<style>
span { border-color: #F27C01; }
span { border-color: rgb(242,124,1); }
td.TdClassName
{
border-color: #F27C01;
}
.TagClassName
{
border-color: #F27C01;
}
</style>