Shades of Tangerine #F28A09
Tints of Tangerine #F28A09
RGB
CMYK
RGB Variations
Color information
#F28A09 (or 0xF28A09) is known color: Tangerine. HEX triplet: F2, 8A and 09. RGB value is (242,138,9). Sum of RGB (Red+Green+Blue) = 242+138+9=389 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.21% from 389); Green value is 138 (54.30% from 255 or 35.48% from 389); Blue value is 9 (3.91% from 255 or 2.31% from 389); Max value from RGB is 242 - color contains mainly: red. Hex color #F28A09 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28A09 is #0D75F6. Grayscale: #9B9B9B. Windows color (decimal): -882167 or 625394. OLE color: 625394.
HSL color Cylindrical-coordinate representation of color #F28A09: hue angle of 33.22º 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 #F28A09 is Cyan = 0, Magento = 0.43, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 138 | 9 | - |
| CMYK | 0 | 0.43 | 0.96 | 0.05 |
| HSL | 33.22º | 0.93% | 0.49% | - |
| HSV(B) | 33.22º | 0.96% | 0.95% | - |
| XYZ | 45.76 | 37.07 | 5 | - |
| YUV | 154.39 | 45.96 | 190.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 138 | 9 | 0 | 0.43 | 0.96 | 0.05 | 33.22 | 0.93 | 0.49 |
| Hex | F2 | 8A | 9 | 0 | 2B | 60 | 5 | 21 | 5D | 31 |
| Octal | 362 | 212 | 11 | 0 | 53 | 140 | 5 | 41 | 135 | 61 |
| Binary | 11110010 | 10001010 | 1001 | 0 | 101011 | 1100000 | 101 | 100001 | 1011101 | 110001 |
Color Harmonies of #F28A09
Complementary color
Monochromatic Colors of #F28A09
Black with #F28A09
Text Example
Text Example
White with #F28A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28A09; }
p { color: rgb(242,138,9); }
H1.HeaderClassName
{
color: #F28A09;
}
.AnyTagClassName
{
color: #F28A09;
}
</style>
background-color css
<style>
a { background-color: #F28A09; }
a { background-color: rgb(242,138,9); }
div.DivClassName
{
background-color: #F28A09;
}
.BgClassName
{
background-color: #F28A09;
}
</style>
border-color css
<style>
span { border-color: #F28A09; }
span { border-color: rgb(242,138,9); }
td.TdClassName
{
border-color: #F28A09;
}
.TagClassName
{
border-color: #F28A09;
}
</style>