Shades of Tangerine #F08403
Tints of Tangerine #F08403
RGB
CMYK
RGB Variations
Color information
#F08403 (or 0xF08403) is known color: Tangerine. HEX triplet: F0, 84 and 03. RGB value is (240,132,3). Sum of RGB (Red+Green+Blue) = 240+132+3=375 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64% from 375); Green value is 132 (51.95% from 255 or 35.2% from 375); Blue value is 3 (1.56% from 255 or 0.8% from 375); Max value from RGB is 240 - color contains mainly: red. Hex color #F08403 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08403 is #0F7BFC. Grayscale: #969696. Windows color (decimal): -1014781 or 230640. OLE color: 230640.
HSL color Cylindrical-coordinate representation of color #F08403: hue angle of 32.66º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F08403 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 132 | 3 | - |
| CMYK | 0 | 0.45 | 0.99 | 0.06 |
| HSL | 32.66º | 0.98% | 0.48% | - |
| HSV(B) | 32.66º | 0.99% | 0.94% | - |
| XYZ | 44.2 | 35.03 | 4.52 | - |
| YUV | 149.59 | 45.28 | 192.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 132 | 3 | 0 | 0.45 | 0.99 | 0.06 | 32.66 | 0.98 | 0.48 |
| Hex | F0 | 84 | 3 | 0 | 2D | 63 | 6 | 21 | 62 | 30 |
| Octal | 360 | 204 | 3 | 0 | 55 | 143 | 6 | 41 | 142 | 60 |
| Binary | 11110000 | 10000100 | 11 | 0 | 101101 | 1100011 | 110 | 100001 | 1100010 | 110000 |
Color Harmonies of #F08403
Complementary color
Monochromatic Colors of #F08403
Black with #F08403
Text Example
Text Example
White with #F08403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08403; }
p { color: rgb(240,132,3); }
H1.HeaderClassName
{
color: #F08403;
}
.AnyTagClassName
{
color: #F08403;
}
</style>
background-color css
<style>
a { background-color: #F08403; }
a { background-color: rgb(240,132,3); }
div.DivClassName
{
background-color: #F08403;
}
.BgClassName
{
background-color: #F08403;
}
</style>
border-color css
<style>
span { border-color: #F08403; }
span { border-color: rgb(240,132,3); }
td.TdClassName
{
border-color: #F08403;
}
.TagClassName
{
border-color: #F08403;
}
</style>