Shades of Tangerine #F28C0A
Tints of Tangerine #F28C0A
RGB
CMYK
RGB Variations
Color information
#F28C0A (or 0xF28C0A) is known color: Tangerine. HEX triplet: F2, 8C and 0A. RGB value is (242,140,10). Sum of RGB (Red+Green+Blue) = 242+140+10=392 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.73% from 392); Green value is 140 (55.08% from 255 or 35.71% from 392); Blue value is 10 (4.30% from 255 or 2.55% from 392); Max value from RGB is 242 - color contains mainly: red. Hex color #F28C0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28C0A is #0D73F5. Grayscale: #9C9C9C. Windows color (decimal): -881654 or 691442. OLE color: 691442.
HSL color Cylindrical-coordinate representation of color #F28C0A: hue angle of 33.62º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F28C0A is Cyan = 0, Magento = 0.42, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 140 | 10 | - |
| CMYK | 0 | 0.42 | 0.96 | 0.05 |
| HSL | 33.62º | 0.92% | 0.49% | - |
| HSV(B) | 33.62º | 0.96% | 0.95% | - |
| XYZ | 46.05 | 37.66 | 5.13 | - |
| YUV | 155.68 | 45.79 | 189.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 140 | 10 | 0 | 0.42 | 0.96 | 0.05 | 33.62 | 0.92 | 0.49 |
| Hex | F2 | 8C | A | 0 | 2A | 60 | 5 | 22 | 5C | 31 |
| Octal | 362 | 214 | 12 | 0 | 52 | 140 | 5 | 42 | 134 | 61 |
| Binary | 11110010 | 10001100 | 1010 | 0 | 101010 | 1100000 | 101 | 100010 | 1011100 | 110001 |
Color Harmonies of #F28C0A
Complementary color
Monochromatic Colors of #F28C0A
Black with #F28C0A
Text Example
Text Example
White with #F28C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28C0A; }
p { color: rgb(242,140,10); }
H1.HeaderClassName
{
color: #F28C0A;
}
.AnyTagClassName
{
color: #F28C0A;
}
</style>
background-color css
<style>
a { background-color: #F28C0A; }
a { background-color: rgb(242,140,10); }
div.DivClassName
{
background-color: #F28C0A;
}
.BgClassName
{
background-color: #F28C0A;
}
</style>
border-color css
<style>
span { border-color: #F28C0A; }
span { border-color: rgb(242,140,10); }
td.TdClassName
{
border-color: #F28C0A;
}
.TagClassName
{
border-color: #F28C0A;
}
</style>