Shades of Tangerine #F37A0C
Tints of Tangerine #F37A0C
RGB
CMYK
RGB Variations
Color information
#F37A0C (or 0xF37A0C) is known color: Tangerine. HEX triplet: F3, 7A and 0C. RGB value is (243,122,12). Sum of RGB (Red+Green+Blue) = 243+122+12=377 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.46% from 377); Green value is 122 (48.05% from 255 or 32.36% from 377); Blue value is 12 (5.08% from 255 or 3.18% from 377); Max value from RGB is 243 - color contains mainly: red. Hex color #F37A0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F37A0C is #0C85F3. Grayscale: #929292. Windows color (decimal): -820724 or 817907. OLE color: 817907.
HSL color Cylindrical-coordinate representation of color #F37A0C: hue angle of 28.57º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F37A0C is Cyan = 0, Magento = 0.50, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 122 | 12 | - |
| CMYK | 0 | 0.50 | 0.95 | 0.05 |
| HSL | 28.57º | 0.91% | 0.5% | - |
| HSV(B) | 28.57º | 0.95% | 0.95% | - |
| XYZ | 43.99 | 33 | 4.4 | - |
| YUV | 145.64 | 52.59 | 197.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 122 | 12 | 0 | 0.50 | 0.95 | 0.05 | 28.57 | 0.91 | 0.5 |
| Hex | F3 | 7A | C | 0 | 32 | 5F | 5 | 1D | 5B | 32 |
| Octal | 363 | 172 | 14 | 0 | 62 | 137 | 5 | 35 | 133 | 62 |
| Binary | 11110011 | 1111010 | 1100 | 0 | 110010 | 1011111 | 101 | 11101 | 1011011 | 110010 |
Color Harmonies of #F37A0C
Complementary color
Monochromatic Colors of #F37A0C
Black with #F37A0C
Text Example
Text Example
White with #F37A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37A0C; }
p { color: rgb(243,122,12); }
H1.HeaderClassName
{
color: #F37A0C;
}
.AnyTagClassName
{
color: #F37A0C;
}
</style>
background-color css
<style>
a { background-color: #F37A0C; }
a { background-color: rgb(243,122,12); }
div.DivClassName
{
background-color: #F37A0C;
}
.BgClassName
{
background-color: #F37A0C;
}
</style>
border-color css
<style>
span { border-color: #F37A0C; }
span { border-color: rgb(243,122,12); }
td.TdClassName
{
border-color: #F37A0C;
}
.TagClassName
{
border-color: #F37A0C;
}
</style>