Shades of Tangerine #F38A0C
Tints of Tangerine #F38A0C
RGB
CMYK
RGB Variations
Color information
#F38A0C (or 0xF38A0C) is known color: Tangerine. HEX triplet: F3, 8A and 0C. RGB value is (243,138,12). Sum of RGB (Red+Green+Blue) = 243+138+12=393 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.83% from 393); Green value is 138 (54.30% from 255 or 35.11% from 393); Blue value is 12 (5.08% from 255 or 3.05% from 393); Max value from RGB is 243 - color contains mainly: red. Hex color #F38A0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F38A0C is #0C75F3. Grayscale: #9B9B9B. Windows color (decimal): -816628 or 822003. OLE color: 822003.
HSL color Cylindrical-coordinate representation of color #F38A0C: hue angle of 32.73º 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 #F38A0C is Cyan = 0, Magento = 0.43, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 138 | 12 | - |
| CMYK | 0 | 0.43 | 0.95 | 0.05 |
| HSL | 32.73º | 0.91% | 0.5% | - |
| HSV(B) | 32.73º | 0.95% | 0.95% | - |
| XYZ | 46.12 | 37.26 | 5.11 | - |
| YUV | 155.03 | 47.29 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 138 | 12 | 0 | 0.43 | 0.95 | 0.05 | 32.73 | 0.91 | 0.5 |
| Hex | F3 | 8A | C | 0 | 2B | 5F | 5 | 21 | 5B | 32 |
| Octal | 363 | 212 | 14 | 0 | 53 | 137 | 5 | 41 | 133 | 62 |
| Binary | 11110011 | 10001010 | 1100 | 0 | 101011 | 1011111 | 101 | 100001 | 1011011 | 110010 |
Color Harmonies of #F38A0C
Complementary color
Monochromatic Colors of #F38A0C
Black with #F38A0C
Text Example
Text Example
White with #F38A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38A0C; }
p { color: rgb(243,138,12); }
H1.HeaderClassName
{
color: #F38A0C;
}
.AnyTagClassName
{
color: #F38A0C;
}
</style>
background-color css
<style>
a { background-color: #F38A0C; }
a { background-color: rgb(243,138,12); }
div.DivClassName
{
background-color: #F38A0C;
}
.BgClassName
{
background-color: #F38A0C;
}
</style>
border-color css
<style>
span { border-color: #F38A0C; }
span { border-color: rgb(243,138,12); }
td.TdClassName
{
border-color: #F38A0C;
}
.TagClassName
{
border-color: #F38A0C;
}
</style>