Shades of Atomic Tangerine #F0956B
Tints of Atomic Tangerine #F0956B
RGB
CMYK
RGB Variations
Color information
#F0956B (or 0xF0956B) is known color: Atomic Tangerine. HEX triplet: F0, 95 and 6B. RGB value is (240,149,107). Sum of RGB (Red+Green+Blue) = 240+149+107=496 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.39% from 496); Green value is 149 (58.59% from 255 or 30.04% from 496); Blue value is 107 (42.19% from 255 or 21.57% from 496); Max value from RGB is 240 - color contains mainly: red. Hex color #F0956B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0956B is #0F6A94. Grayscale: #ABABAB. Windows color (decimal): -1010325 or 7050736. OLE color: 7050736.
HSL color Cylindrical-coordinate representation of color #F0956B: hue angle of 18.95º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F0956B is Cyan = 0, Magento = 0.38, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 149 | 107 | - |
| CMYK | 0 | 0.38 | 0.55 | 0.06 |
| HSL | 18.95º | 0.82% | 0.68% | - |
| HSV(B) | 18.95º | 0.55% | 0.94% | - |
| XYZ | 49.34 | 41.08 | 19.24 | - |
| YUV | 171.42 | 91.65 | 176.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 149 | 107 | 0 | 0.38 | 0.55 | 0.06 | 18.95 | 0.82 | 0.68 |
| Hex | F0 | 95 | 6B | 0 | 26 | 37 | 6 | 13 | 52 | 44 |
| Octal | 360 | 225 | 153 | 0 | 46 | 67 | 6 | 23 | 122 | 104 |
| Binary | 11110000 | 10010101 | 1101011 | 0 | 100110 | 110111 | 110 | 10011 | 1010010 | 1000100 |
Color Harmonies of #F0956B
Complementary color
Monochromatic Colors of #F0956B
Black with #F0956B
Text Example
Text Example
White with #F0956B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0956B; }
p { color: rgb(240,149,107); }
H1.HeaderClassName
{
color: #F0956B;
}
.AnyTagClassName
{
color: #F0956B;
}
</style>
background-color css
<style>
a { background-color: #F0956B; }
a { background-color: rgb(240,149,107); }
div.DivClassName
{
background-color: #F0956B;
}
.BgClassName
{
background-color: #F0956B;
}
</style>
border-color css
<style>
span { border-color: #F0956B; }
span { border-color: rgb(240,149,107); }
td.TdClassName
{
border-color: #F0956B;
}
.TagClassName
{
border-color: #F0956B;
}
</style>