Shades of Tangerine #F28C09
Tints of Tangerine #F28C09
RGB
CMYK
RGB Variations
Color information
#F28C09 (or 0xF28C09) is known color: Tangerine. HEX triplet: F2, 8C and 09. RGB value is (242,140,9). Sum of RGB (Red+Green+Blue) = 242+140+9=391 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.89% from 391); Green value is 140 (55.08% from 255 or 35.81% from 391); Blue value is 9 (3.91% from 255 or 2.30% from 391); Max value from RGB is 242 - color contains mainly: red. Hex color #F28C09 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28C09 is #0D73F6. Grayscale: #9C9C9C. Windows color (decimal): -881655 or 625906. OLE color: 625906.
HSL color Cylindrical-coordinate representation of color #F28C09: hue angle of 33.73º degrees, saturation: 0.93, 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 #F28C09 is Cyan = 0, Magento = 0.42, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 140 | 9 | - |
| CMYK | 0 | 0.42 | 0.96 | 0.05 |
| HSL | 33.73º | 0.93% | 0.49% | - |
| HSV(B) | 33.73º | 0.96% | 0.95% | - |
| XYZ | 46.05 | 37.65 | 5.1 | - |
| YUV | 155.56 | 45.29 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 140 | 9 | 0 | 0.42 | 0.96 | 0.05 | 33.73 | 0.93 | 0.49 |
| Hex | F2 | 8C | 9 | 0 | 2A | 60 | 5 | 22 | 5D | 31 |
| Octal | 362 | 214 | 11 | 0 | 52 | 140 | 5 | 42 | 135 | 61 |
| Binary | 11110010 | 10001100 | 1001 | 0 | 101010 | 1100000 | 101 | 100010 | 1011101 | 110001 |
Color Harmonies of #F28C09
Complementary color
Monochromatic Colors of #F28C09
Black with #F28C09
Text Example
Text Example
White with #F28C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28C09; }
p { color: rgb(242,140,9); }
H1.HeaderClassName
{
color: #F28C09;
}
.AnyTagClassName
{
color: #F28C09;
}
</style>
background-color css
<style>
a { background-color: #F28C09; }
a { background-color: rgb(242,140,9); }
div.DivClassName
{
background-color: #F28C09;
}
.BgClassName
{
background-color: #F28C09;
}
</style>
border-color css
<style>
span { border-color: #F28C09; }
span { border-color: rgb(242,140,9); }
td.TdClassName
{
border-color: #F28C09;
}
.TagClassName
{
border-color: #F28C09;
}
</style>