Shades of Tangerine #F28000
Tints of Tangerine #F28000
RGB
CMYK
RGB Variations
Color information
#F28000 (or 0xF28000) is known color: Tangerine. HEX triplet: F2, 80 and 00. RGB value is (242,128,0). Sum of RGB (Red+Green+Blue) = 242+128+0=370 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.41% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 0 (0.39% from 255 or 0% from 370); Max value from RGB is 242 - color contains mainly: red. Hex color #F28000 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28000 is #0D7FFF. Grayscale: #949494. Windows color (decimal): -884736 or 33010. OLE color: 33010.
HSL color Cylindrical-coordinate representation of color #F28000: hue angle of 31.74º 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 #F28000 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 128 | 0 | - |
| CMYK | 0 | 0.47 | 1 | 0.05 |
| HSL | 31.74º | 1% | 0.47% | - |
| HSV(B) | 31.74º | 1% | 0.95% | - |
| XYZ | 44.34 | 34.32 | 4.29 | - |
| YUV | 147.49 | 44.77 | 195.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 128 | 0 | 0 | 0.47 | 1 | 0.05 | 31.74 | 1 | 0.47 |
| Hex | F2 | 80 | 0 | 0 | 2F | 64 | 5 | 20 | 64 | 2F |
| Octal | 362 | 200 | 0 | 0 | 57 | 144 | 5 | 40 | 144 | 57 |
| Binary | 11110010 | 10000000 | 0 | 0 | 101111 | 1100100 | 101 | 100000 | 1100100 | 101111 |
Color Harmonies of #F28000
Complementary color
Monochromatic Colors of #F28000
Black with #F28000
Text Example
Text Example
White with #F28000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28000; }
p { color: rgb(242,128,0); }
H1.HeaderClassName
{
color: #F28000;
}
.AnyTagClassName
{
color: #F28000;
}
</style>
background-color css
<style>
a { background-color: #F28000; }
a { background-color: rgb(242,128,0); }
div.DivClassName
{
background-color: #F28000;
}
.BgClassName
{
background-color: #F28000;
}
</style>
border-color css
<style>
span { border-color: #F28000; }
span { border-color: rgb(242,128,0); }
td.TdClassName
{
border-color: #F28000;
}
.TagClassName
{
border-color: #F28000;
}
</style>