Shades of Tangerine #F28F00
Tints of Tangerine #F28F00
RGB
CMYK
RGB Variations
Color information
#F28F00 (or 0xF28F00) is known color: Tangerine. HEX triplet: F2, 8F and 00. RGB value is (242,143,0). Sum of RGB (Red+Green+Blue) = 242+143+0=385 (50% of max value = 765). Red value is 242 (94.92% from 255 or 62.86% from 385); Green value is 143 (56.25% from 255 or 37.14% from 385); Blue value is 0 (0.39% from 255 or 0% from 385); Max value from RGB is 242 - color contains mainly: red. Hex color #F28F00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28F00 is #0D70FF. Grayscale: #9C9C9C. Windows color (decimal): -880896 or 36850. OLE color: 36850.
HSL color Cylindrical-coordinate representation of color #F28F00: hue angle of 35.45º 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 #F28F00 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 143 | 0 | - |
| CMYK | 0 | 0.41 | 1 | 0.05 |
| HSL | 35.45º | 1% | 0.47% | - |
| HSV(B) | 35.45º | 1% | 0.95% | - |
| XYZ | 46.44 | 38.52 | 4.99 | - |
| YUV | 156.3 | 39.8 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 143 | 0 | 0 | 0.41 | 1 | 0.05 | 35.45 | 1 | 0.47 |
| Hex | F2 | 8F | 0 | 0 | 29 | 64 | 5 | 23 | 64 | 2F |
| Octal | 362 | 217 | 0 | 0 | 51 | 144 | 5 | 43 | 144 | 57 |
| Binary | 11110010 | 10001111 | 0 | 0 | 101001 | 1100100 | 101 | 100011 | 1100100 | 101111 |
Color Harmonies of #F28F00
Complementary color
Monochromatic Colors of #F28F00
Black with #F28F00
Text Example
Text Example
White with #F28F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28F00; }
p { color: rgb(242,143,0); }
H1.HeaderClassName
{
color: #F28F00;
}
.AnyTagClassName
{
color: #F28F00;
}
</style>
background-color css
<style>
a { background-color: #F28F00; }
a { background-color: rgb(242,143,0); }
div.DivClassName
{
background-color: #F28F00;
}
.BgClassName
{
background-color: #F28F00;
}
</style>
border-color css
<style>
span { border-color: #F28F00; }
span { border-color: rgb(242,143,0); }
td.TdClassName
{
border-color: #F28F00;
}
.TagClassName
{
border-color: #F28F00;
}
</style>