Shades of Tangerine #F97C0A
Tints of Tangerine #F97C0A
RGB
CMYK
RGB Variations
Color information
#F97C0A (or 0xF97C0A) is known color: Tangerine. HEX triplet: F9, 7C and 0A. RGB value is (249,124,10). Sum of RGB (Red+Green+Blue) = 249+124+10=383 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.01% from 383); Green value is 124 (48.83% from 255 or 32.38% from 383); Blue value is 10 (4.30% from 255 or 2.61% from 383); Max value from RGB is 249 - color contains mainly: red. Hex color #F97C0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F97C0A is #0683F5. Grayscale: #949494. Windows color (decimal): -426998 or 687353. OLE color: 687353.
HSL color Cylindrical-coordinate representation of color #F97C0A: hue angle of 28.62º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F97C0A is Cyan = 0, Magento = 0.50, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 124 | 10 | - |
| CMYK | 0 | 0.50 | 0.96 | 0.02 |
| HSL | 28.62º | 0.95% | 0.51% | - |
| HSV(B) | 28.62º | 0.96% | 0.98% | - |
| XYZ | 46.33 | 34.58 | 4.52 | - |
| YUV | 148.38 | 49.91 | 199.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 124 | 10 | 0 | 0.50 | 0.96 | 0.02 | 28.62 | 0.95 | 0.51 |
| Hex | F9 | 7C | A | 0 | 32 | 60 | 2 | 1D | 5F | 33 |
| Octal | 371 | 174 | 12 | 0 | 62 | 140 | 2 | 35 | 137 | 63 |
| Binary | 11111001 | 1111100 | 1010 | 0 | 110010 | 1100000 | 10 | 11101 | 1011111 | 110011 |
Color Harmonies of #F97C0A
Complementary color
Monochromatic Colors of #F97C0A
Black with #F97C0A
Text Example
Text Example
White with #F97C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F97C0A; }
p { color: rgb(249,124,10); }
H1.HeaderClassName
{
color: #F97C0A;
}
.AnyTagClassName
{
color: #F97C0A;
}
</style>
background-color css
<style>
a { background-color: #F97C0A; }
a { background-color: rgb(249,124,10); }
div.DivClassName
{
background-color: #F97C0A;
}
.BgClassName
{
background-color: #F97C0A;
}
</style>
border-color css
<style>
span { border-color: #F97C0A; }
span { border-color: rgb(249,124,10); }
td.TdClassName
{
border-color: #F97C0A;
}
.TagClassName
{
border-color: #F97C0A;
}
</style>