Shades of Tangerine #F27A00
Tints of Tangerine #F27A00
RGB
CMYK
RGB Variations
Color information
#F27A00 (or 0xF27A00) is known color: Tangerine. HEX triplet: F2, 7A and 00. RGB value is (242,122,0). Sum of RGB (Red+Green+Blue) = 242+122+0=364 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.48% from 364); Green value is 122 (48.05% from 255 or 33.52% from 364); Blue value is 0 (0.39% from 255 or 0% from 364); Max value from RGB is 242 - color contains mainly: red. Hex color #F27A00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F27A00 is #0D85FF. Grayscale: #909090. Windows color (decimal): -886272 or 31474. OLE color: 31474.
HSL color Cylindrical-coordinate representation of color #F27A00: hue angle of 30.25º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F27A00 is Cyan = 0, Magento = 0.50, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 122 | 0 | - |
| CMYK | 0 | 0.50 | 1 | 0.05 |
| HSL | 30.25º | 1% | 0.47% | - |
| HSV(B) | 30.25º | 1% | 0.95% | - |
| XYZ | 43.58 | 32.8 | 4.03 | - |
| YUV | 143.97 | 46.76 | 197.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 122 | 0 | 0 | 0.50 | 1 | 0.05 | 30.25 | 1 | 0.47 |
| Hex | F2 | 7A | 0 | 0 | 32 | 64 | 5 | 1E | 64 | 2F |
| Octal | 362 | 172 | 0 | 0 | 62 | 144 | 5 | 36 | 144 | 57 |
| Binary | 11110010 | 1111010 | 0 | 0 | 110010 | 1100100 | 101 | 11110 | 1100100 | 101111 |
Color Harmonies of #F27A00
Complementary color
Monochromatic Colors of #F27A00
Black with #F27A00
Text Example
Text Example
White with #F27A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27A00; }
p { color: rgb(242,122,0); }
H1.HeaderClassName
{
color: #F27A00;
}
.AnyTagClassName
{
color: #F27A00;
}
</style>
background-color css
<style>
a { background-color: #F27A00; }
a { background-color: rgb(242,122,0); }
div.DivClassName
{
background-color: #F27A00;
}
.BgClassName
{
background-color: #F27A00;
}
</style>
border-color css
<style>
span { border-color: #F27A00; }
span { border-color: rgb(242,122,0); }
td.TdClassName
{
border-color: #F27A00;
}
.TagClassName
{
border-color: #F27A00;
}
</style>