Shades of Tangerine #F28901
Tints of Tangerine #F28901
RGB
CMYK
RGB Variations
Color information
#F28901 (or 0xF28901) is known color: Tangerine. HEX triplet: F2, 89 and 01. RGB value is (242,137,1). Sum of RGB (Red+Green+Blue) = 242+137+1=380 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.68% from 380); Green value is 137 (53.91% from 255 or 36.05% from 380); Blue value is 1 (0.78% from 255 or 0.26% from 380); Max value from RGB is 242 - color contains mainly: red. Hex color #F28901 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28901 is #0D76FE. Grayscale: #999999. Windows color (decimal): -882431 or 100850. OLE color: 100850.
HSL color Cylindrical-coordinate representation of color #F28901: hue angle of 33.86º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F28901 is Cyan = 0, Magento = 0.43, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 137 | 1 | - |
| CMYK | 0 | 0.43 | 1.00 | 0.05 |
| HSL | 33.86º | 0.99% | 0.48% | - |
| HSV(B) | 33.86º | 1% | 0.95% | - |
| XYZ | 45.57 | 36.77 | 4.72 | - |
| YUV | 152.89 | 42.29 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 137 | 1 | 0 | 0.43 | 1.00 | 0.05 | 33.86 | 0.99 | 0.48 |
| Hex | F2 | 89 | 1 | 0 | 2B | 64 | 5 | 22 | 63 | 30 |
| Octal | 362 | 211 | 1 | 0 | 53 | 144 | 5 | 42 | 143 | 60 |
| Binary | 11110010 | 10001001 | 1 | 0 | 101011 | 1100100 | 101 | 100010 | 1100011 | 110000 |
Color Harmonies of #F28901
Complementary color
Monochromatic Colors of #F28901
Black with #F28901
Text Example
Text Example
White with #F28901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28901; }
p { color: rgb(242,137,1); }
H1.HeaderClassName
{
color: #F28901;
}
.AnyTagClassName
{
color: #F28901;
}
</style>
background-color css
<style>
a { background-color: #F28901; }
a { background-color: rgb(242,137,1); }
div.DivClassName
{
background-color: #F28901;
}
.BgClassName
{
background-color: #F28901;
}
</style>
border-color css
<style>
span { border-color: #F28901; }
span { border-color: rgb(242,137,1); }
td.TdClassName
{
border-color: #F28901;
}
.TagClassName
{
border-color: #F28901;
}
</style>