Shades of Tangerine #F38F0B
Tints of Tangerine #F38F0B
RGB
CMYK
RGB Variations
Color information
#F38F0B (or 0xF38F0B) is known color: Tangerine. HEX triplet: F3, 8F and 0B. RGB value is (243,143,11). Sum of RGB (Red+Green+Blue) = 243+143+11=397 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.21% from 397); Green value is 143 (56.25% from 255 or 36.02% from 397); Blue value is 11 (4.69% from 255 or 2.77% from 397); Max value from RGB is 243 - color contains mainly: red. Hex color #F38F0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F38F0B is #0C70F4. Grayscale: #9E9E9E. Windows color (decimal): -815349 or 757747. OLE color: 757747.
HSL color Cylindrical-coordinate representation of color #F38F0B: hue angle of 34.14º 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 #F38F0B is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 143 | 11 | - |
| CMYK | 0 | 0.41 | 0.95 | 0.05 |
| HSL | 34.14º | 0.91% | 0.5% | - |
| HSV(B) | 34.14º | 0.95% | 0.95% | - |
| XYZ | 46.85 | 38.72 | 5.32 | - |
| YUV | 157.85 | 45.13 | 188.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 143 | 11 | 0 | 0.41 | 0.95 | 0.05 | 34.14 | 0.91 | 0.5 |
| Hex | F3 | 8F | B | 0 | 29 | 5F | 5 | 22 | 5B | 32 |
| Octal | 363 | 217 | 13 | 0 | 51 | 137 | 5 | 42 | 133 | 62 |
| Binary | 11110011 | 10001111 | 1011 | 0 | 101001 | 1011111 | 101 | 100010 | 1011011 | 110010 |
Color Harmonies of #F38F0B
Complementary color
Monochromatic Colors of #F38F0B
Black with #F38F0B
Text Example
Text Example
White with #F38F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38F0B; }
p { color: rgb(243,143,11); }
H1.HeaderClassName
{
color: #F38F0B;
}
.AnyTagClassName
{
color: #F38F0B;
}
</style>
background-color css
<style>
a { background-color: #F38F0B; }
a { background-color: rgb(243,143,11); }
div.DivClassName
{
background-color: #F38F0B;
}
.BgClassName
{
background-color: #F38F0B;
}
</style>
border-color css
<style>
span { border-color: #F38F0B; }
span { border-color: rgb(243,143,11); }
td.TdClassName
{
border-color: #F38F0B;
}
.TagClassName
{
border-color: #F38F0B;
}
</style>