Shades of Tangerine #F28A04
Tints of Tangerine #F28A04
RGB
CMYK
RGB Variations
Color information
#F28A04 (or 0xF28A04) is known color: Tangerine. HEX triplet: F2, 8A and 04. RGB value is (242,138,4). Sum of RGB (Red+Green+Blue) = 242+138+4=384 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.02% from 384); Green value is 138 (54.30% from 255 or 35.94% from 384); Blue value is 4 (1.95% from 255 or 1.04% from 384); Max value from RGB is 242 - color contains mainly: red. Hex color #F28A04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28A04 is #0D75FB. Grayscale: #9A9A9A. Windows color (decimal): -882172 or 297714. OLE color: 297714.
HSL color Cylindrical-coordinate representation of color #F28A04: hue angle of 33.78º 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 #F28A04 is Cyan = 0, Magento = 0.43, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 138 | 4 | - |
| CMYK | 0 | 0.43 | 0.98 | 0.05 |
| HSL | 33.78º | 0.97% | 0.48% | - |
| HSV(B) | 33.78º | 0.98% | 0.95% | - |
| XYZ | 45.73 | 37.06 | 4.86 | - |
| YUV | 153.82 | 43.46 | 190.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 138 | 4 | 0 | 0.43 | 0.98 | 0.05 | 33.78 | 0.97 | 0.48 |
| Hex | F2 | 8A | 4 | 0 | 2B | 62 | 5 | 22 | 61 | 30 |
| Octal | 362 | 212 | 4 | 0 | 53 | 142 | 5 | 42 | 141 | 60 |
| Binary | 11110010 | 10001010 | 100 | 0 | 101011 | 1100010 | 101 | 100010 | 1100001 | 110000 |
Color Harmonies of #F28A04
Complementary color
Monochromatic Colors of #F28A04
Black with #F28A04
Text Example
Text Example
White with #F28A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28A04; }
p { color: rgb(242,138,4); }
H1.HeaderClassName
{
color: #F28A04;
}
.AnyTagClassName
{
color: #F28A04;
}
</style>
background-color css
<style>
a { background-color: #F28A04; }
a { background-color: rgb(242,138,4); }
div.DivClassName
{
background-color: #F28A04;
}
.BgClassName
{
background-color: #F28A04;
}
</style>
border-color css
<style>
span { border-color: #F28A04; }
span { border-color: rgb(242,138,4); }
td.TdClassName
{
border-color: #F28A04;
}
.TagClassName
{
border-color: #F28A04;
}
</style>