Shades of Tangerine #F98512
Tints of Tangerine #F98512
RGB
CMYK
RGB Variations
Color information
#F98512 (or 0xF98512) is known color: Tangerine. HEX triplet: F9, 85 and 12. RGB value is (249,133,18). Sum of RGB (Red+Green+Blue) = 249+133+18=400 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.25% from 400); Green value is 133 (52.34% from 255 or 33.25% from 400); Blue value is 18 (7.42% from 255 or 4.5% from 400); Max value from RGB is 249 - color contains mainly: red. Hex color #F98512 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F98512 is #067AED. Grayscale: #9B9B9B. Windows color (decimal): -424686 or 1213945. OLE color: 1213945.
HSL color Cylindrical-coordinate representation of color #F98512: hue angle of 29.87º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F98512 is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 133 | 18 | - |
| CMYK | 0 | 0.47 | 0.93 | 0.02 |
| HSL | 29.87º | 0.95% | 0.52% | - |
| HSV(B) | 29.87º | 0.93% | 0.98% | - |
| XYZ | 47.56 | 36.96 | 5.2 | - |
| YUV | 154.57 | 50.93 | 195.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 133 | 18 | 0 | 0.47 | 0.93 | 0.02 | 29.87 | 0.95 | 0.52 |
| Hex | F9 | 85 | 12 | 0 | 2F | 5D | 2 | 1E | 5F | 34 |
| Octal | 371 | 205 | 22 | 0 | 57 | 135 | 2 | 36 | 137 | 64 |
| Binary | 11111001 | 10000101 | 10010 | 0 | 101111 | 1011101 | 10 | 11110 | 1011111 | 110100 |
Color Harmonies of #F98512
Complementary color
Monochromatic Colors of #F98512
Black with #F98512
Text Example
Text Example
White with #F98512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98512; }
p { color: rgb(249,133,18); }
H1.HeaderClassName
{
color: #F98512;
}
.AnyTagClassName
{
color: #F98512;
}
</style>
background-color css
<style>
a { background-color: #F98512; }
a { background-color: rgb(249,133,18); }
div.DivClassName
{
background-color: #F98512;
}
.BgClassName
{
background-color: #F98512;
}
</style>
border-color css
<style>
span { border-color: #F98512; }
span { border-color: rgb(249,133,18); }
td.TdClassName
{
border-color: #F98512;
}
.TagClassName
{
border-color: #F98512;
}
</style>