Shades of Tangerine #F28007
Tints of Tangerine #F28007
RGB
CMYK
RGB Variations
Color information
#F28007 (or 0xF28007) is known color: Tangerine. HEX triplet: F2, 80 and 07. RGB value is (242,128,7). Sum of RGB (Red+Green+Blue) = 242+128+7=377 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.19% from 377); Green value is 128 (50.39% from 255 or 33.95% from 377); Blue value is 7 (3.12% from 255 or 1.86% from 377); Max value from RGB is 242 - color contains mainly: red. Hex color #F28007 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28007 is #0D7FF8. Grayscale: #949494. Windows color (decimal): -884729 or 491762. OLE color: 491762.
HSL color Cylindrical-coordinate representation of color #F28007: hue angle of 30.89º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F28007 is Cyan = 0, Magento = 0.47, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 128 | 7 | - |
| CMYK | 0 | 0.47 | 0.97 | 0.05 |
| HSL | 30.89º | 0.94% | 0.49% | - |
| HSV(B) | 30.89º | 0.97% | 0.95% | - |
| XYZ | 44.38 | 34.33 | 4.49 | - |
| YUV | 148.29 | 48.27 | 194.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 128 | 7 | 0 | 0.47 | 0.97 | 0.05 | 30.89 | 0.94 | 0.49 |
| Hex | F2 | 80 | 7 | 0 | 2F | 61 | 5 | 1F | 5E | 31 |
| Octal | 362 | 200 | 7 | 0 | 57 | 141 | 5 | 37 | 136 | 61 |
| Binary | 11110010 | 10000000 | 111 | 0 | 101111 | 1100001 | 101 | 11111 | 1011110 | 110001 |
Color Harmonies of #F28007
Complementary color
Monochromatic Colors of #F28007
Black with #F28007
Text Example
Text Example
White with #F28007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28007; }
p { color: rgb(242,128,7); }
H1.HeaderClassName
{
color: #F28007;
}
.AnyTagClassName
{
color: #F28007;
}
</style>
background-color css
<style>
a { background-color: #F28007; }
a { background-color: rgb(242,128,7); }
div.DivClassName
{
background-color: #F28007;
}
.BgClassName
{
background-color: #F28007;
}
</style>
border-color css
<style>
span { border-color: #F28007; }
span { border-color: rgb(242,128,7); }
td.TdClassName
{
border-color: #F28007;
}
.TagClassName
{
border-color: #F28007;
}
</style>