Shades of Tangerine #F28003
Tints of Tangerine #F28003
RGB
CMYK
RGB Variations
Color information
#F28003 (or 0xF28003) is known color: Tangerine. HEX triplet: F2, 80 and 03. RGB value is (242,128,3). Sum of RGB (Red+Green+Blue) = 242+128+3=373 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.88% from 373); Green value is 128 (50.39% from 255 or 34.32% from 373); Blue value is 3 (1.56% from 255 or 0.80% from 373); Max value from RGB is 242 - color contains mainly: red. Hex color #F28003 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28003 is #0D7FFC. Grayscale: #949494. Windows color (decimal): -884733 or 229618. OLE color: 229618.
HSL color Cylindrical-coordinate representation of color #F28003: hue angle of 31.38º 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 #F28003 is Cyan = 0, Magento = 0.47, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 128 | 3 | - |
| CMYK | 0 | 0.47 | 0.99 | 0.05 |
| HSL | 31.38º | 0.98% | 0.48% | - |
| HSV(B) | 31.38º | 0.99% | 0.95% | - |
| XYZ | 44.35 | 34.32 | 4.37 | - |
| YUV | 147.84 | 46.27 | 195.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 128 | 3 | 0 | 0.47 | 0.99 | 0.05 | 31.38 | 0.98 | 0.48 |
| Hex | F2 | 80 | 3 | 0 | 2F | 63 | 5 | 1F | 62 | 30 |
| Octal | 362 | 200 | 3 | 0 | 57 | 143 | 5 | 37 | 142 | 60 |
| Binary | 11110010 | 10000000 | 11 | 0 | 101111 | 1100011 | 101 | 11111 | 1100010 | 110000 |
Color Harmonies of #F28003
Complementary color
Monochromatic Colors of #F28003
Black with #F28003
Text Example
Text Example
White with #F28003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28003; }
p { color: rgb(242,128,3); }
H1.HeaderClassName
{
color: #F28003;
}
.AnyTagClassName
{
color: #F28003;
}
</style>
background-color css
<style>
a { background-color: #F28003; }
a { background-color: rgb(242,128,3); }
div.DivClassName
{
background-color: #F28003;
}
.BgClassName
{
background-color: #F28003;
}
</style>
border-color css
<style>
span { border-color: #F28003; }
span { border-color: rgb(242,128,3); }
td.TdClassName
{
border-color: #F28003;
}
.TagClassName
{
border-color: #F28003;
}
</style>