Shades of Atomic Tangerine #F0936A
Tints of Atomic Tangerine #F0936A
RGB
CMYK
RGB Variations
Color information
#F0936A (or 0xF0936A) is known color: Atomic Tangerine. HEX triplet: F0, 93 and 6A. RGB value is (240,147,106). Sum of RGB (Red+Green+Blue) = 240+147+106=493 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.68% from 493); Green value is 147 (57.81% from 255 or 29.82% from 493); Blue value is 106 (41.80% from 255 or 21.50% from 493); Max value from RGB is 240 - color contains mainly: red. Hex color #F0936A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0936A is #0F6C95. Grayscale: #AAAAAA. Windows color (decimal): -1010838 or 6984688. OLE color: 6984688.
HSL color Cylindrical-coordinate representation of color #F0936A: hue angle of 18.36º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F0936A is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 147 | 106 | - |
| CMYK | 0 | 0.39 | 0.56 | 0.06 |
| HSL | 18.36º | 0.82% | 0.68% | - |
| HSV(B) | 18.36º | 0.56% | 0.94% | - |
| XYZ | 48.97 | 40.43 | 18.86 | - |
| YUV | 170.13 | 91.81 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 147 | 106 | 0 | 0.39 | 0.56 | 0.06 | 18.36 | 0.82 | 0.68 |
| Hex | F0 | 93 | 6A | 0 | 27 | 38 | 6 | 12 | 52 | 44 |
| Octal | 360 | 223 | 152 | 0 | 47 | 70 | 6 | 22 | 122 | 104 |
| Binary | 11110000 | 10010011 | 1101010 | 0 | 100111 | 111000 | 110 | 10010 | 1010010 | 1000100 |
Color Harmonies of #F0936A
Complementary color
Monochromatic Colors of #F0936A
Black with #F0936A
Text Example
Text Example
White with #F0936A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0936A; }
p { color: rgb(240,147,106); }
H1.HeaderClassName
{
color: #F0936A;
}
.AnyTagClassName
{
color: #F0936A;
}
</style>
background-color css
<style>
a { background-color: #F0936A; }
a { background-color: rgb(240,147,106); }
div.DivClassName
{
background-color: #F0936A;
}
.BgClassName
{
background-color: #F0936A;
}
</style>
border-color css
<style>
span { border-color: #F0936A; }
span { border-color: rgb(240,147,106); }
td.TdClassName
{
border-color: #F0936A;
}
.TagClassName
{
border-color: #F0936A;
}
</style>