Shades of Tangerine #F29300
Tints of Tangerine #F29300
RGB
CMYK
RGB Variations
Color information
#F29300 (or 0xF29300) is known color: Tangerine. HEX triplet: F2, 93 and 00. RGB value is (242,147,0). Sum of RGB (Red+Green+Blue) = 242+147+0=389 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.21% from 389); Green value is 147 (57.81% from 255 or 37.79% from 389); Blue value is 0 (0.39% from 255 or 0% from 389); Max value from RGB is 242 - color contains mainly: red. Hex color #F29300 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F29300 is #0D6CFF. Grayscale: #9F9F9F. Windows color (decimal): -879872 or 37874. OLE color: 37874.
HSL color Cylindrical-coordinate representation of color #F29300: hue angle of 36.45º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F29300 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 147 | 0 | - |
| CMYK | 0 | 0.39 | 1 | 0.05 |
| HSL | 36.45º | 1% | 0.47% | - |
| HSV(B) | 36.45º | 1% | 0.95% | - |
| XYZ | 47.05 | 39.74 | 5.19 | - |
| YUV | 158.65 | 38.47 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 147 | 0 | 0 | 0.39 | 1 | 0.05 | 36.45 | 1 | 0.47 |
| Hex | F2 | 93 | 0 | 0 | 27 | 64 | 5 | 24 | 64 | 2F |
| Octal | 362 | 223 | 0 | 0 | 47 | 144 | 5 | 44 | 144 | 57 |
| Binary | 11110010 | 10010011 | 0 | 0 | 100111 | 1100100 | 101 | 100100 | 1100100 | 101111 |
Color Harmonies of #F29300
Complementary color
Monochromatic Colors of #F29300
Black with #F29300
Text Example
Text Example
White with #F29300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29300; }
p { color: rgb(242,147,0); }
H1.HeaderClassName
{
color: #F29300;
}
.AnyTagClassName
{
color: #F29300;
}
</style>
background-color css
<style>
a { background-color: #F29300; }
a { background-color: rgb(242,147,0); }
div.DivClassName
{
background-color: #F29300;
}
.BgClassName
{
background-color: #F29300;
}
</style>
border-color css
<style>
span { border-color: #F29300; }
span { border-color: rgb(242,147,0); }
td.TdClassName
{
border-color: #F29300;
}
.TagClassName
{
border-color: #F29300;
}
</style>