Shades of Atomic Tangerine #F38E6C
Tints of Atomic Tangerine #F38E6C
RGB
CMYK
RGB Variations
Color information
#F38E6C (or 0xF38E6C) is known color: Atomic Tangerine. HEX triplet: F3, 8E and 6C. RGB value is (243,142,108). Sum of RGB (Red+Green+Blue) = 243+142+108=493 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.29% from 493); Green value is 142 (55.86% from 255 or 28.80% from 493); Blue value is 108 (42.58% from 255 or 21.91% from 493); Max value from RGB is 243 - color contains mainly: red. Hex color #F38E6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38E6C is #0C7193. Grayscale: #A8A8A8. Windows color (decimal): -815508 or 7114483. OLE color: 7114483.
HSL color Cylindrical-coordinate representation of color #F38E6C: hue angle of 15.11º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F38E6C is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 142 | 108 | - |
| CMYK | 0 | 0.42 | 0.56 | 0.05 |
| HSL | 15.11º | 0.85% | 0.69% | - |
| HSV(B) | 15.11º | 0.56% | 0.95% | - |
| XYZ | 49.34 | 39.48 | 19.21 | - |
| YUV | 168.32 | 93.96 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 142 | 108 | 0 | 0.42 | 0.56 | 0.05 | 15.11 | 0.85 | 0.69 |
| Hex | F3 | 8E | 6C | 0 | 2A | 38 | 5 | F | 55 | 45 |
| Octal | 363 | 216 | 154 | 0 | 52 | 70 | 5 | 17 | 125 | 105 |
| Binary | 11110011 | 10001110 | 1101100 | 0 | 101010 | 111000 | 101 | 1111 | 1010101 | 1000101 |
Color Harmonies of #F38E6C
Complementary color
Monochromatic Colors of #F38E6C
Black with #F38E6C
Text Example
Text Example
White with #F38E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38E6C; }
p { color: rgb(243,142,108); }
H1.HeaderClassName
{
color: #F38E6C;
}
.AnyTagClassName
{
color: #F38E6C;
}
</style>
background-color css
<style>
a { background-color: #F38E6C; }
a { background-color: rgb(243,142,108); }
div.DivClassName
{
background-color: #F38E6C;
}
.BgClassName
{
background-color: #F38E6C;
}
</style>
border-color css
<style>
span { border-color: #F38E6C; }
span { border-color: rgb(243,142,108); }
td.TdClassName
{
border-color: #F38E6C;
}
.TagClassName
{
border-color: #F38E6C;
}
</style>