Shades of Atomic Tangerine #F0935F
Tints of Atomic Tangerine #F0935F
RGB
CMYK
RGB Variations
Color information
#F0935F (or 0xF0935F) is known color: Atomic Tangerine. HEX triplet: F0, 93 and 5F. RGB value is (240,147,95). Sum of RGB (Red+Green+Blue) = 240+147+95=482 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.79% from 482); Green value is 147 (57.81% from 255 or 30.50% from 482); Blue value is 95 (37.5% from 255 or 19.71% from 482); Max value from RGB is 240 - color contains mainly: red. Hex color #F0935F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0935F is #0F6CA0. Grayscale: #A9A9A9. Windows color (decimal): -1010849 or 6263792. OLE color: 6263792.
HSL color Cylindrical-coordinate representation of color #F0935F: hue angle of 21.52º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F0935F is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 147 | 95 | - |
| CMYK | 0 | 0.39 | 0.60 | 0.06 |
| HSL | 21.52º | 0.83% | 0.66% | - |
| HSV(B) | 21.52º | 0.6% | 0.94% | - |
| XYZ | 48.43 | 40.22 | 16.04 | - |
| YUV | 168.88 | 86.31 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 147 | 95 | 0 | 0.39 | 0.60 | 0.06 | 21.52 | 0.83 | 0.66 |
| Hex | F0 | 93 | 5F | 0 | 27 | 3C | 6 | 16 | 53 | 42 |
| Octal | 360 | 223 | 137 | 0 | 47 | 74 | 6 | 26 | 123 | 102 |
| Binary | 11110000 | 10010011 | 1011111 | 0 | 100111 | 111100 | 110 | 10110 | 1010011 | 1000010 |
Color Harmonies of #F0935F
Complementary color
Monochromatic Colors of #F0935F
Black with #F0935F
Text Example
Text Example
White with #F0935F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0935F; }
p { color: rgb(240,147,95); }
H1.HeaderClassName
{
color: #F0935F;
}
.AnyTagClassName
{
color: #F0935F;
}
</style>
background-color css
<style>
a { background-color: #F0935F; }
a { background-color: rgb(240,147,95); }
div.DivClassName
{
background-color: #F0935F;
}
.BgClassName
{
background-color: #F0935F;
}
</style>
border-color css
<style>
span { border-color: #F0935F; }
span { border-color: rgb(240,147,95); }
td.TdClassName
{
border-color: #F0935F;
}
.TagClassName
{
border-color: #F0935F;
}
</style>