Shades of Tangerine #F28807
Tints of Tangerine #F28807
RGB
CMYK
RGB Variations
Color information
#F28807 (or 0xF28807) is known color: Tangerine. HEX triplet: F2, 88 and 07. RGB value is (242,136,7). Sum of RGB (Red+Green+Blue) = 242+136+7=385 (50% of max value = 765). Red value is 242 (94.92% from 255 or 62.86% from 385); Green value is 136 (53.52% from 255 or 35.32% from 385); Blue value is 7 (3.12% from 255 or 1.82% from 385); Max value from RGB is 242 - color contains mainly: red. Hex color #F28807 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28807 is #0D77F8. Grayscale: #999999. Windows color (decimal): -882681 or 493810. OLE color: 493810.
HSL color Cylindrical-coordinate representation of color #F28807: hue angle of 32.94º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F28807 is Cyan = 0, Magento = 0.44, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 136 | 7 | - |
| CMYK | 0 | 0.44 | 0.97 | 0.05 |
| HSL | 32.94º | 0.94% | 0.49% | - |
| HSV(B) | 32.94º | 0.97% | 0.95% | - |
| XYZ | 45.46 | 36.5 | 4.85 | - |
| YUV | 152.99 | 45.62 | 191.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 136 | 7 | 0 | 0.44 | 0.97 | 0.05 | 32.94 | 0.94 | 0.49 |
| Hex | F2 | 88 | 7 | 0 | 2C | 61 | 5 | 21 | 5E | 31 |
| Octal | 362 | 210 | 7 | 0 | 54 | 141 | 5 | 41 | 136 | 61 |
| Binary | 11110010 | 10001000 | 111 | 0 | 101100 | 1100001 | 101 | 100001 | 1011110 | 110001 |
Color Harmonies of #F28807
Complementary color
Monochromatic Colors of #F28807
Black with #F28807
Text Example
Text Example
White with #F28807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28807; }
p { color: rgb(242,136,7); }
H1.HeaderClassName
{
color: #F28807;
}
.AnyTagClassName
{
color: #F28807;
}
</style>
background-color css
<style>
a { background-color: #F28807; }
a { background-color: rgb(242,136,7); }
div.DivClassName
{
background-color: #F28807;
}
.BgClassName
{
background-color: #F28807;
}
</style>
border-color css
<style>
span { border-color: #F28807; }
span { border-color: rgb(242,136,7); }
td.TdClassName
{
border-color: #F28807;
}
.TagClassName
{
border-color: #F28807;
}
</style>