Shades of Tangerine #F2810D
Tints of Tangerine #F2810D
RGB
CMYK
RGB Variations
Color information
#F2810D (or 0xF2810D) is known color: Tangerine. HEX triplet: F2, 81 and 0D. RGB value is (242,129,13). Sum of RGB (Red+Green+Blue) = 242+129+13=384 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.02% from 384); Green value is 129 (50.78% from 255 or 33.59% from 384); Blue value is 13 (5.47% from 255 or 3.39% from 384); Max value from RGB is 242 - color contains mainly: red. Hex color #F2810D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2810D is #0D7EF2. Grayscale: #969696. Windows color (decimal): -884467 or 885234. OLE color: 885234.
HSL color Cylindrical-coordinate representation of color #F2810D: hue angle of 30.39º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F2810D is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 129 | 13 | - |
| CMYK | 0 | 0.47 | 0.95 | 0.05 |
| HSL | 30.39º | 0.9% | 0.5% | - |
| HSV(B) | 30.39º | 0.95% | 0.95% | - |
| XYZ | 44.54 | 34.61 | 4.71 | - |
| YUV | 149.56 | 50.94 | 193.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 129 | 13 | 0 | 0.47 | 0.95 | 0.05 | 30.39 | 0.9 | 0.5 |
| Hex | F2 | 81 | D | 0 | 2F | 5F | 5 | 1E | 5A | 32 |
| Octal | 362 | 201 | 15 | 0 | 57 | 137 | 5 | 36 | 132 | 62 |
| Binary | 11110010 | 10000001 | 1101 | 0 | 101111 | 1011111 | 101 | 11110 | 1011010 | 110010 |
Color Harmonies of #F2810D
Complementary color
Monochromatic Colors of #F2810D
Black with #F2810D
Text Example
Text Example
White with #F2810D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2810D; }
p { color: rgb(242,129,13); }
H1.HeaderClassName
{
color: #F2810D;
}
.AnyTagClassName
{
color: #F2810D;
}
</style>
background-color css
<style>
a { background-color: #F2810D; }
a { background-color: rgb(242,129,13); }
div.DivClassName
{
background-color: #F2810D;
}
.BgClassName
{
background-color: #F2810D;
}
</style>
border-color css
<style>
span { border-color: #F2810D; }
span { border-color: rgb(242,129,13); }
td.TdClassName
{
border-color: #F2810D;
}
.TagClassName
{
border-color: #F2810D;
}
</style>