Shades of Tangerine #F0810C
Tints of Tangerine #F0810C
RGB
CMYK
RGB Variations
Color information
#F0810C (or 0xF0810C) is known color: Tangerine. HEX triplet: F0, 81 and 0C. RGB value is (240,129,12). Sum of RGB (Red+Green+Blue) = 240+129+12=381 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.99% from 381); Green value is 129 (50.78% from 255 or 33.86% from 381); Blue value is 12 (5.08% from 255 or 3.15% from 381); Max value from RGB is 240 - color contains mainly: red. Hex color #F0810C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0810C is #0F7EF3. Grayscale: #959595. Windows color (decimal): -1015540 or 819696. OLE color: 819696.
HSL color Cylindrical-coordinate representation of color #F0810C: hue angle of 30.79º 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 #F0810C is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 129 | 12 | - |
| CMYK | 0 | 0.46 | 0.95 | 0.06 |
| HSL | 30.79º | 0.9% | 0.49% | - |
| HSV(B) | 30.79º | 0.95% | 0.94% | - |
| XYZ | 43.85 | 34.25 | 4.65 | - |
| YUV | 148.85 | 50.77 | 193.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 129 | 12 | 0 | 0.46 | 0.95 | 0.06 | 30.79 | 0.9 | 0.49 |
| Hex | F0 | 81 | C | 0 | 2E | 5F | 6 | 1F | 5A | 31 |
| Octal | 360 | 201 | 14 | 0 | 56 | 137 | 6 | 37 | 132 | 61 |
| Binary | 11110000 | 10000001 | 1100 | 0 | 101110 | 1011111 | 110 | 11111 | 1011010 | 110001 |
Color Harmonies of #F0810C
Complementary color
Monochromatic Colors of #F0810C
Black with #F0810C
Text Example
Text Example
White with #F0810C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0810C; }
p { color: rgb(240,129,12); }
H1.HeaderClassName
{
color: #F0810C;
}
.AnyTagClassName
{
color: #F0810C;
}
</style>
background-color css
<style>
a { background-color: #F0810C; }
a { background-color: rgb(240,129,12); }
div.DivClassName
{
background-color: #F0810C;
}
.BgClassName
{
background-color: #F0810C;
}
</style>
border-color css
<style>
span { border-color: #F0810C; }
span { border-color: rgb(240,129,12); }
td.TdClassName
{
border-color: #F0810C;
}
.TagClassName
{
border-color: #F0810C;
}
</style>