Shades of Tangerine #F28104
Tints of Tangerine #F28104
RGB
CMYK
RGB Variations
Color information
#F28104 (or 0xF28104) is known color: Tangerine. HEX triplet: F2, 81 and 04. RGB value is (242,129,4). Sum of RGB (Red+Green+Blue) = 242+129+4=375 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.53% from 375); Green value is 129 (50.78% from 255 or 34.4% from 375); Blue value is 4 (1.95% from 255 or 1.07% from 375); Max value from RGB is 242 - color contains mainly: red. Hex color #F28104 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28104 is #0D7EFB. Grayscale: #959595. Windows color (decimal): -884476 or 295410. OLE color: 295410.
HSL color Cylindrical-coordinate representation of color #F28104: hue angle of 31.51º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F28104 is Cyan = 0, Magento = 0.47, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 129 | 4 | - |
| CMYK | 0 | 0.47 | 0.98 | 0.05 |
| HSL | 31.51º | 0.97% | 0.48% | - |
| HSV(B) | 31.51º | 0.98% | 0.95% | - |
| XYZ | 44.49 | 34.59 | 4.45 | - |
| YUV | 148.54 | 46.44 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 129 | 4 | 0 | 0.47 | 0.98 | 0.05 | 31.51 | 0.97 | 0.48 |
| Hex | F2 | 81 | 4 | 0 | 2F | 62 | 5 | 20 | 61 | 30 |
| Octal | 362 | 201 | 4 | 0 | 57 | 142 | 5 | 40 | 141 | 60 |
| Binary | 11110010 | 10000001 | 100 | 0 | 101111 | 1100010 | 101 | 100000 | 1100001 | 110000 |
Color Harmonies of #F28104
Complementary color
Monochromatic Colors of #F28104
Black with #F28104
Text Example
Text Example
White with #F28104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28104; }
p { color: rgb(242,129,4); }
H1.HeaderClassName
{
color: #F28104;
}
.AnyTagClassName
{
color: #F28104;
}
</style>
background-color css
<style>
a { background-color: #F28104; }
a { background-color: rgb(242,129,4); }
div.DivClassName
{
background-color: #F28104;
}
.BgClassName
{
background-color: #F28104;
}
</style>
border-color css
<style>
span { border-color: #F28104; }
span { border-color: rgb(242,129,4); }
td.TdClassName
{
border-color: #F28104;
}
.TagClassName
{
border-color: #F28104;
}
</style>