Shades of Tangerine #F28502
Tints of Tangerine #F28502
RGB
CMYK
RGB Variations
Color information
#F28502 (or 0xF28502) is known color: Tangerine. HEX triplet: F2, 85 and 02. RGB value is (242,133,2). Sum of RGB (Red+Green+Blue) = 242+133+2=377 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.19% from 377); Green value is 133 (52.34% from 255 or 35.28% from 377); Blue value is 2 (1.17% from 255 or 0.53% from 377); Max value from RGB is 242 - color contains mainly: red. Hex color #F28502 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28502 is #0D7AFD. Grayscale: #979797. Windows color (decimal): -883454 or 165362. OLE color: 165362.
HSL color Cylindrical-coordinate representation of color #F28502: hue angle of 32.75º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F28502 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 133 | 2 | - |
| CMYK | 0 | 0.45 | 0.99 | 0.05 |
| HSL | 32.75º | 0.98% | 0.48% | - |
| HSV(B) | 32.75º | 0.99% | 0.95% | - |
| XYZ | 45.02 | 35.66 | 4.57 | - |
| YUV | 150.66 | 44.11 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 133 | 2 | 0 | 0.45 | 0.99 | 0.05 | 32.75 | 0.98 | 0.48 |
| Hex | F2 | 85 | 2 | 0 | 2D | 63 | 5 | 21 | 62 | 30 |
| Octal | 362 | 205 | 2 | 0 | 55 | 143 | 5 | 41 | 142 | 60 |
| Binary | 11110010 | 10000101 | 10 | 0 | 101101 | 1100011 | 101 | 100001 | 1100010 | 110000 |
Color Harmonies of #F28502
Complementary color
Monochromatic Colors of #F28502
Black with #F28502
Text Example
Text Example
White with #F28502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28502; }
p { color: rgb(242,133,2); }
H1.HeaderClassName
{
color: #F28502;
}
.AnyTagClassName
{
color: #F28502;
}
</style>
background-color css
<style>
a { background-color: #F28502; }
a { background-color: rgb(242,133,2); }
div.DivClassName
{
background-color: #F28502;
}
.BgClassName
{
background-color: #F28502;
}
</style>
border-color css
<style>
span { border-color: #F28502; }
span { border-color: rgb(242,133,2); }
td.TdClassName
{
border-color: #F28502;
}
.TagClassName
{
border-color: #F28502;
}
</style>