Shades of Tangerine #F2800F
Tints of Tangerine #F2800F
RGB
CMYK
RGB Variations
Color information
#F2800F (or 0xF2800F) is known color: Tangerine. HEX triplet: F2, 80 and 0F. RGB value is (242,128,15). Sum of RGB (Red+Green+Blue) = 242+128+15=385 (50% of max value = 765). Red value is 242 (94.92% from 255 or 62.86% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 15 (6.25% from 255 or 3.90% from 385); Max value from RGB is 242 - color contains mainly: red. Hex color #F2800F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2800F is #0D7FF0. Grayscale: #959595. Windows color (decimal): -884721 or 1016050. OLE color: 1016050.
HSL color Cylindrical-coordinate representation of color #F2800F: hue angle of 29.87º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F2800F is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 128 | 15 | - |
| CMYK | 0 | 0.47 | 0.94 | 0.05 |
| HSL | 29.87º | 0.9% | 0.5% | - |
| HSV(B) | 29.87º | 0.94% | 0.95% | - |
| XYZ | 44.42 | 34.35 | 4.74 | - |
| YUV | 149.2 | 52.27 | 194.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 128 | 15 | 0 | 0.47 | 0.94 | 0.05 | 29.87 | 0.9 | 0.5 |
| Hex | F2 | 80 | F | 0 | 2F | 5E | 5 | 1E | 5A | 32 |
| Octal | 362 | 200 | 17 | 0 | 57 | 136 | 5 | 36 | 132 | 62 |
| Binary | 11110010 | 10000000 | 1111 | 0 | 101111 | 1011110 | 101 | 11110 | 1011010 | 110010 |
Color Harmonies of #F2800F
Complementary color
Monochromatic Colors of #F2800F
Black with #F2800F
Text Example
Text Example
White with #F2800F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2800F; }
p { color: rgb(242,128,15); }
H1.HeaderClassName
{
color: #F2800F;
}
.AnyTagClassName
{
color: #F2800F;
}
</style>
background-color css
<style>
a { background-color: #F2800F; }
a { background-color: rgb(242,128,15); }
div.DivClassName
{
background-color: #F2800F;
}
.BgClassName
{
background-color: #F2800F;
}
</style>
border-color css
<style>
span { border-color: #F2800F; }
span { border-color: rgb(242,128,15); }
td.TdClassName
{
border-color: #F2800F;
}
.TagClassName
{
border-color: #F2800F;
}
</style>