Shades of Tangerine #F28712
Tints of Tangerine #F28712
RGB
CMYK
RGB Variations
Color information
#F28712 (or 0xF28712) is known color: Tangerine. HEX triplet: F2, 87 and 12. RGB value is (242,135,18). Sum of RGB (Red+Green+Blue) = 242+135+18=395 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.27% from 395); Green value is 135 (53.12% from 255 or 34.18% from 395); Blue value is 18 (7.42% from 255 or 4.56% from 395); Max value from RGB is 242 - color contains mainly: red. Hex color #F28712 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28712 is #0D78ED. Grayscale: #9A9A9A. Windows color (decimal): -882926 or 1214450. OLE color: 1214450.
HSL color Cylindrical-coordinate representation of color #F28712: hue angle of 31.34º 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 #F28712 is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 135 | 18 | - |
| CMYK | 0 | 0.44 | 0.93 | 0.05 |
| HSL | 31.34º | 0.9% | 0.51% | - |
| HSV(B) | 31.34º | 0.93% | 0.95% | - |
| XYZ | 45.39 | 36.25 | 5.18 | - |
| YUV | 153.66 | 51.45 | 191.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 135 | 18 | 0 | 0.44 | 0.93 | 0.05 | 31.34 | 0.9 | 0.51 |
| Hex | F2 | 87 | 12 | 0 | 2C | 5D | 5 | 1F | 5A | 33 |
| Octal | 362 | 207 | 22 | 0 | 54 | 135 | 5 | 37 | 132 | 63 |
| Binary | 11110010 | 10000111 | 10010 | 0 | 101100 | 1011101 | 101 | 11111 | 1011010 | 110011 |
Color Harmonies of #F28712
Complementary color
Monochromatic Colors of #F28712
Black with #F28712
Text Example
Text Example
White with #F28712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28712; }
p { color: rgb(242,135,18); }
H1.HeaderClassName
{
color: #F28712;
}
.AnyTagClassName
{
color: #F28712;
}
</style>
background-color css
<style>
a { background-color: #F28712; }
a { background-color: rgb(242,135,18); }
div.DivClassName
{
background-color: #F28712;
}
.BgClassName
{
background-color: #F28712;
}
</style>
border-color css
<style>
span { border-color: #F28712; }
span { border-color: rgb(242,135,18); }
td.TdClassName
{
border-color: #F28712;
}
.TagClassName
{
border-color: #F28712;
}
</style>