Shades of Tangerine #F38C0C
Tints of Tangerine #F38C0C
RGB
CMYK
RGB Variations
Color information
#F38C0C (or 0xF38C0C) is known color: Tangerine. HEX triplet: F3, 8C and 0C. RGB value is (243,140,12). Sum of RGB (Red+Green+Blue) = 243+140+12=395 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.52% from 395); Green value is 140 (55.08% from 255 or 35.44% from 395); Blue value is 12 (5.08% from 255 or 3.04% from 395); Max value from RGB is 243 - color contains mainly: red. Hex color #F38C0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F38C0C is #0C73F3. Grayscale: #9C9C9C. Windows color (decimal): -816116 or 822515. OLE color: 822515.
HSL color Cylindrical-coordinate representation of color #F38C0C: hue angle of 33.25º 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 #F38C0C is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 140 | 12 | - |
| CMYK | 0 | 0.42 | 0.95 | 0.05 |
| HSL | 33.25º | 0.91% | 0.5% | - |
| HSV(B) | 33.25º | 0.95% | 0.95% | - |
| XYZ | 46.41 | 37.84 | 5.21 | - |
| YUV | 156.21 | 46.62 | 189.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 140 | 12 | 0 | 0.42 | 0.95 | 0.05 | 33.25 | 0.91 | 0.5 |
| Hex | F3 | 8C | C | 0 | 2A | 5F | 5 | 21 | 5B | 32 |
| Octal | 363 | 214 | 14 | 0 | 52 | 137 | 5 | 41 | 133 | 62 |
| Binary | 11110011 | 10001100 | 1100 | 0 | 101010 | 1011111 | 101 | 100001 | 1011011 | 110010 |
Color Harmonies of #F38C0C
Complementary color
Monochromatic Colors of #F38C0C
Black with #F38C0C
Text Example
Text Example
White with #F38C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38C0C; }
p { color: rgb(243,140,12); }
H1.HeaderClassName
{
color: #F38C0C;
}
.AnyTagClassName
{
color: #F38C0C;
}
</style>
background-color css
<style>
a { background-color: #F38C0C; }
a { background-color: rgb(243,140,12); }
div.DivClassName
{
background-color: #F38C0C;
}
.BgClassName
{
background-color: #F38C0C;
}
</style>
border-color css
<style>
span { border-color: #F38C0C; }
span { border-color: rgb(243,140,12); }
td.TdClassName
{
border-color: #F38C0C;
}
.TagClassName
{
border-color: #F38C0C;
}
</style>