Shades of Tangerine #F28900
Tints of Tangerine #F28900
RGB
CMYK
RGB Variations
Color information
#F28900 (or 0xF28900) is known color: Tangerine. HEX triplet: F2, 89 and 00. RGB value is (242,137,0). Sum of RGB (Red+Green+Blue) = 242+137+0=379 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.85% from 379); Green value is 137 (53.91% from 255 or 36.15% from 379); Blue value is 0 (0.39% from 255 or 0% from 379); Max value from RGB is 242 - color contains mainly: red. Hex color #F28900 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28900 is #0D76FF. Grayscale: #999999. Windows color (decimal): -882432 or 35314. OLE color: 35314.
HSL color Cylindrical-coordinate representation of color #F28900: hue angle of 33.97º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F28900 is Cyan = 0, Magento = 0.43, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 137 | 0 | - |
| CMYK | 0 | 0.43 | 1 | 0.05 |
| HSL | 33.97º | 1% | 0.47% | - |
| HSV(B) | 33.97º | 1% | 0.95% | - |
| XYZ | 45.56 | 36.77 | 4.7 | - |
| YUV | 152.78 | 41.79 | 191.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 137 | 0 | 0 | 0.43 | 1 | 0.05 | 33.97 | 1 | 0.47 |
| Hex | F2 | 89 | 0 | 0 | 2B | 64 | 5 | 22 | 64 | 2F |
| Octal | 362 | 211 | 0 | 0 | 53 | 144 | 5 | 42 | 144 | 57 |
| Binary | 11110010 | 10001001 | 0 | 0 | 101011 | 1100100 | 101 | 100010 | 1100100 | 101111 |
Color Harmonies of #F28900
Complementary color
Monochromatic Colors of #F28900
Black with #F28900
Text Example
Text Example
White with #F28900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28900; }
p { color: rgb(242,137,0); }
H1.HeaderClassName
{
color: #F28900;
}
.AnyTagClassName
{
color: #F28900;
}
</style>
background-color css
<style>
a { background-color: #F28900; }
a { background-color: rgb(242,137,0); }
div.DivClassName
{
background-color: #F28900;
}
.BgClassName
{
background-color: #F28900;
}
</style>
border-color css
<style>
span { border-color: #F28900; }
span { border-color: rgb(242,137,0); }
td.TdClassName
{
border-color: #F28900;
}
.TagClassName
{
border-color: #F28900;
}
</style>