Shades of Tangerine #F28512
Tints of Tangerine #F28512
RGB
CMYK
RGB Variations
Color information
#F28512 (or 0xF28512) is known color: Tangerine. HEX triplet: F2, 85 and 12. RGB value is (242,133,18). Sum of RGB (Red+Green+Blue) = 242+133+18=393 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.58% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 18 (7.42% from 255 or 4.58% from 393); Max value from RGB is 242 - color contains mainly: red. Hex color #F28512 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28512 is #0D7AED. Grayscale: #999999. Windows color (decimal): -883438 or 1213938. OLE color: 1213938.
HSL color Cylindrical-coordinate representation of color #F28512: hue angle of 30.8º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F28512 is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 133 | 18 | - |
| CMYK | 0 | 0.45 | 0.93 | 0.05 |
| HSL | 30.8º | 0.9% | 0.51% | - |
| HSV(B) | 30.8º | 0.93% | 0.95% | - |
| XYZ | 45.11 | 35.7 | 5.08 | - |
| YUV | 152.48 | 52.11 | 191.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 133 | 18 | 0 | 0.45 | 0.93 | 0.05 | 30.8 | 0.9 | 0.51 |
| Hex | F2 | 85 | 12 | 0 | 2D | 5D | 5 | 1F | 5A | 33 |
| Octal | 362 | 205 | 22 | 0 | 55 | 135 | 5 | 37 | 132 | 63 |
| Binary | 11110010 | 10000101 | 10010 | 0 | 101101 | 1011101 | 101 | 11111 | 1011010 | 110011 |
Color Harmonies of #F28512
Complementary color
Monochromatic Colors of #F28512
Black with #F28512
Text Example
Text Example
White with #F28512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28512; }
p { color: rgb(242,133,18); }
H1.HeaderClassName
{
color: #F28512;
}
.AnyTagClassName
{
color: #F28512;
}
</style>
background-color css
<style>
a { background-color: #F28512; }
a { background-color: rgb(242,133,18); }
div.DivClassName
{
background-color: #F28512;
}
.BgClassName
{
background-color: #F28512;
}
</style>
border-color css
<style>
span { border-color: #F28512; }
span { border-color: rgb(242,133,18); }
td.TdClassName
{
border-color: #F28512;
}
.TagClassName
{
border-color: #F28512;
}
</style>