Shades of Tangerine #F27A0D
Tints of Tangerine #F27A0D
RGB
CMYK
RGB Variations
Color information
#F27A0D (or 0xF27A0D) is known color: Tangerine. HEX triplet: F2, 7A and 0D. RGB value is (242,122,13). Sum of RGB (Red+Green+Blue) = 242+122+13=377 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.19% from 377); Green value is 122 (48.05% from 255 or 32.36% from 377); Blue value is 13 (5.47% from 255 or 3.45% from 377); Max value from RGB is 242 - color contains mainly: red. Hex color #F27A0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F27A0D is #0D85F2. Grayscale: #929292. Windows color (decimal): -886259 or 883442. OLE color: 883442.
HSL color Cylindrical-coordinate representation of color #F27A0D: hue angle of 28.56º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F27A0D is Cyan = 0, Magento = 0.50, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 122 | 13 | - |
| CMYK | 0 | 0.50 | 0.95 | 0.05 |
| HSL | 28.56º | 0.9% | 0.5% | - |
| HSV(B) | 28.56º | 0.95% | 0.95% | - |
| XYZ | 43.65 | 32.83 | 4.42 | - |
| YUV | 145.45 | 53.26 | 196.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 122 | 13 | 0 | 0.50 | 0.95 | 0.05 | 28.56 | 0.9 | 0.5 |
| Hex | F2 | 7A | D | 0 | 32 | 5F | 5 | 1D | 5A | 32 |
| Octal | 362 | 172 | 15 | 0 | 62 | 137 | 5 | 35 | 132 | 62 |
| Binary | 11110010 | 1111010 | 1101 | 0 | 110010 | 1011111 | 101 | 11101 | 1011010 | 110010 |
Color Harmonies of #F27A0D
Complementary color
Monochromatic Colors of #F27A0D
Black with #F27A0D
Text Example
Text Example
White with #F27A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27A0D; }
p { color: rgb(242,122,13); }
H1.HeaderClassName
{
color: #F27A0D;
}
.AnyTagClassName
{
color: #F27A0D;
}
</style>
background-color css
<style>
a { background-color: #F27A0D; }
a { background-color: rgb(242,122,13); }
div.DivClassName
{
background-color: #F27A0D;
}
.BgClassName
{
background-color: #F27A0D;
}
</style>
border-color css
<style>
span { border-color: #F27A0D; }
span { border-color: rgb(242,122,13); }
td.TdClassName
{
border-color: #F27A0D;
}
.TagClassName
{
border-color: #F27A0D;
}
</style>