Shades of Tangerine #F28412
Tints of Tangerine #F28412
RGB
CMYK
RGB Variations
Color information
#F28412 (or 0xF28412) is known color: Tangerine. HEX triplet: F2, 84 and 12. RGB value is (242,132,18). Sum of RGB (Red+Green+Blue) = 242+132+18=392 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.73% from 392); Green value is 132 (51.95% from 255 or 33.67% from 392); Blue value is 18 (7.42% from 255 or 4.59% from 392); Max value from RGB is 242 - color contains mainly: red. Hex color #F28412 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28412 is #0D7BED. Grayscale: #989898. Windows color (decimal): -883694 or 1213682. OLE color: 1213682.
HSL color Cylindrical-coordinate representation of color #F28412: hue angle of 30.54º 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 #F28412 is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 132 | 18 | - |
| CMYK | 0 | 0.45 | 0.93 | 0.05 |
| HSL | 30.54º | 0.9% | 0.51% | - |
| HSV(B) | 30.54º | 0.93% | 0.95% | - |
| XYZ | 44.98 | 35.42 | 5.04 | - |
| YUV | 151.89 | 52.44 | 192.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 132 | 18 | 0 | 0.45 | 0.93 | 0.05 | 30.54 | 0.9 | 0.51 |
| Hex | F2 | 84 | 12 | 0 | 2D | 5D | 5 | 1F | 5A | 33 |
| Octal | 362 | 204 | 22 | 0 | 55 | 135 | 5 | 37 | 132 | 63 |
| Binary | 11110010 | 10000100 | 10010 | 0 | 101101 | 1011101 | 101 | 11111 | 1011010 | 110011 |
Color Harmonies of #F28412
Complementary color
Monochromatic Colors of #F28412
Black with #F28412
Text Example
Text Example
White with #F28412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28412; }
p { color: rgb(242,132,18); }
H1.HeaderClassName
{
color: #F28412;
}
.AnyTagClassName
{
color: #F28412;
}
</style>
background-color css
<style>
a { background-color: #F28412; }
a { background-color: rgb(242,132,18); }
div.DivClassName
{
background-color: #F28412;
}
.BgClassName
{
background-color: #F28412;
}
</style>
border-color css
<style>
span { border-color: #F28412; }
span { border-color: rgb(242,132,18); }
td.TdClassName
{
border-color: #F28412;
}
.TagClassName
{
border-color: #F28412;
}
</style>