Shades of Tangerine #F08F0C
Tints of Tangerine #F08F0C
RGB
CMYK
RGB Variations
Color information
#F08F0C (or 0xF08F0C) is known color: Tangerine. HEX triplet: F0, 8F and 0C. RGB value is (240,143,12). Sum of RGB (Red+Green+Blue) = 240+143+12=395 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.76% from 395); Green value is 143 (56.25% from 255 or 36.20% from 395); Blue value is 12 (5.08% from 255 or 3.04% from 395); Max value from RGB is 240 - color contains mainly: red. Hex color #F08F0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08F0C is #0F70F3. Grayscale: #9D9D9D. Windows color (decimal): -1011956 or 823280. OLE color: 823280.
HSL color Cylindrical-coordinate representation of color #F08F0C: hue angle of 34.47º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F08F0C is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 143 | 12 | - |
| CMYK | 0 | 0.40 | 0.95 | 0.06 |
| HSL | 34.47º | 0.9% | 0.49% | - |
| HSV(B) | 34.47º | 0.95% | 0.94% | - |
| XYZ | 45.82 | 38.2 | 5.31 | - |
| YUV | 157.07 | 46.14 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 143 | 12 | 0 | 0.40 | 0.95 | 0.06 | 34.47 | 0.9 | 0.49 |
| Hex | F0 | 8F | C | 0 | 28 | 5F | 6 | 22 | 5A | 31 |
| Octal | 360 | 217 | 14 | 0 | 50 | 137 | 6 | 42 | 132 | 61 |
| Binary | 11110000 | 10001111 | 1100 | 0 | 101000 | 1011111 | 110 | 100010 | 1011010 | 110001 |
Color Harmonies of #F08F0C
Complementary color
Monochromatic Colors of #F08F0C
Black with #F08F0C
Text Example
Text Example
White with #F08F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08F0C; }
p { color: rgb(240,143,12); }
H1.HeaderClassName
{
color: #F08F0C;
}
.AnyTagClassName
{
color: #F08F0C;
}
</style>
background-color css
<style>
a { background-color: #F08F0C; }
a { background-color: rgb(240,143,12); }
div.DivClassName
{
background-color: #F08F0C;
}
.BgClassName
{
background-color: #F08F0C;
}
</style>
border-color css
<style>
span { border-color: #F08F0C; }
span { border-color: rgb(240,143,12); }
td.TdClassName
{
border-color: #F08F0C;
}
.TagClassName
{
border-color: #F08F0C;
}
</style>