Shades of Tangerine #F28503
Tints of Tangerine #F28503
RGB
CMYK
RGB Variations
Color information
#F28503 (or 0xF28503) is known color: Tangerine. HEX triplet: F2, 85 and 03. RGB value is (242,133,3). Sum of RGB (Red+Green+Blue) = 242+133+3=378 (50% of max value = 765). Red value is 242 (94.92% from 255 or 64.02% from 378); Green value is 133 (52.34% from 255 or 35.19% from 378); Blue value is 3 (1.56% from 255 or 0.79% from 378); Max value from RGB is 242 - color contains mainly: red. Hex color #F28503 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28503 is #0D7AFC. Grayscale: #979797. Windows color (decimal): -883453 or 230898. OLE color: 230898.
HSL color Cylindrical-coordinate representation of color #F28503: hue angle of 32.64º 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 #F28503 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 133 | 3 | - |
| CMYK | 0 | 0.45 | 0.99 | 0.05 |
| HSL | 32.64º | 0.98% | 0.48% | - |
| HSV(B) | 32.64º | 0.99% | 0.95% | - |
| XYZ | 45.02 | 35.66 | 4.6 | - |
| YUV | 150.77 | 44.61 | 193.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 133 | 3 | 0 | 0.45 | 0.99 | 0.05 | 32.64 | 0.98 | 0.48 |
| Hex | F2 | 85 | 3 | 0 | 2D | 63 | 5 | 21 | 62 | 30 |
| Octal | 362 | 205 | 3 | 0 | 55 | 143 | 5 | 41 | 142 | 60 |
| Binary | 11110010 | 10000101 | 11 | 0 | 101101 | 1100011 | 101 | 100001 | 1100010 | 110000 |
Color Harmonies of #F28503
Complementary color
Monochromatic Colors of #F28503
Black with #F28503
Text Example
Text Example
White with #F28503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28503; }
p { color: rgb(242,133,3); }
H1.HeaderClassName
{
color: #F28503;
}
.AnyTagClassName
{
color: #F28503;
}
</style>
background-color css
<style>
a { background-color: #F28503; }
a { background-color: rgb(242,133,3); }
div.DivClassName
{
background-color: #F28503;
}
.BgClassName
{
background-color: #F28503;
}
</style>
border-color css
<style>
span { border-color: #F28503; }
span { border-color: rgb(242,133,3); }
td.TdClassName
{
border-color: #F28503;
}
.TagClassName
{
border-color: #F28503;
}
</style>