Shades of Tangerine #F28D04
Tints of Tangerine #F28D04
RGB
CMYK
RGB Variations
Color information
#F28D04 (or 0xF28D04) is known color: Tangerine. HEX triplet: F2, 8D and 04. RGB value is (242,141,4). Sum of RGB (Red+Green+Blue) = 242+141+4=387 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.53% from 387); Green value is 141 (55.47% from 255 or 36.43% from 387); Blue value is 4 (1.95% from 255 or 1.03% from 387); Max value from RGB is 242 - color contains mainly: red. Hex color #F28D04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28D04 is #0D72FB. Grayscale: #9C9C9C. Windows color (decimal): -881404 or 298482. OLE color: 298482.
HSL color Cylindrical-coordinate representation of color #F28D04: hue angle of 34.54º 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 #F28D04 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 141 | 4 | - |
| CMYK | 0 | 0.42 | 0.98 | 0.05 |
| HSL | 34.54º | 0.97% | 0.48% | - |
| HSV(B) | 34.54º | 0.98% | 0.95% | - |
| XYZ | 46.16 | 37.94 | 5 | - |
| YUV | 155.58 | 42.46 | 189.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 141 | 4 | 0 | 0.42 | 0.98 | 0.05 | 34.54 | 0.97 | 0.48 |
| Hex | F2 | 8D | 4 | 0 | 2A | 62 | 5 | 23 | 61 | 30 |
| Octal | 362 | 215 | 4 | 0 | 52 | 142 | 5 | 43 | 141 | 60 |
| Binary | 11110010 | 10001101 | 100 | 0 | 101010 | 1100010 | 101 | 100011 | 1100001 | 110000 |
Color Harmonies of #F28D04
Complementary color
Monochromatic Colors of #F28D04
Black with #F28D04
Text Example
Text Example
White with #F28D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28D04; }
p { color: rgb(242,141,4); }
H1.HeaderClassName
{
color: #F28D04;
}
.AnyTagClassName
{
color: #F28D04;
}
</style>
background-color css
<style>
a { background-color: #F28D04; }
a { background-color: rgb(242,141,4); }
div.DivClassName
{
background-color: #F28D04;
}
.BgClassName
{
background-color: #F28D04;
}
</style>
border-color css
<style>
span { border-color: #F28D04; }
span { border-color: rgb(242,141,4); }
td.TdClassName
{
border-color: #F28D04;
}
.TagClassName
{
border-color: #F28D04;
}
</style>