Shades of Atomic Tangerine #F0946B
Tints of Atomic Tangerine #F0946B
RGB
CMYK
RGB Variations
Color information
#F0946B (or 0xF0946B) is known color: Atomic Tangerine. HEX triplet: F0, 94 and 6B. RGB value is (240,148,107). Sum of RGB (Red+Green+Blue) = 240+148+107=495 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.48% from 495); Green value is 148 (58.20% from 255 or 29.90% from 495); Blue value is 107 (42.19% from 255 or 21.62% from 495); Max value from RGB is 240 - color contains mainly: red. Hex color #F0946B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0946B is #0F6B94. Grayscale: #ABABAB. Windows color (decimal): -1010581 or 7050480. OLE color: 7050480.
HSL color Cylindrical-coordinate representation of color #F0946B: hue angle of 18.5º 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 #F0946B is Cyan = 0, Magento = 0.38, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 148 | 107 | - |
| CMYK | 0 | 0.38 | 0.55 | 0.06 |
| HSL | 18.5º | 0.82% | 0.68% | - |
| HSV(B) | 18.5º | 0.55% | 0.94% | - |
| XYZ | 49.18 | 40.77 | 19.19 | - |
| YUV | 170.83 | 91.98 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 148 | 107 | 0 | 0.38 | 0.55 | 0.06 | 18.5 | 0.82 | 0.68 |
| Hex | F0 | 94 | 6B | 0 | 26 | 37 | 6 | 12 | 52 | 44 |
| Octal | 360 | 224 | 153 | 0 | 46 | 67 | 6 | 22 | 122 | 104 |
| Binary | 11110000 | 10010100 | 1101011 | 0 | 100110 | 110111 | 110 | 10010 | 1010010 | 1000100 |
Color Harmonies of #F0946B
Complementary color
Monochromatic Colors of #F0946B
Black with #F0946B
Text Example
Text Example
White with #F0946B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0946B; }
p { color: rgb(240,148,107); }
H1.HeaderClassName
{
color: #F0946B;
}
.AnyTagClassName
{
color: #F0946B;
}
</style>
background-color css
<style>
a { background-color: #F0946B; }
a { background-color: rgb(240,148,107); }
div.DivClassName
{
background-color: #F0946B;
}
.BgClassName
{
background-color: #F0946B;
}
</style>
border-color css
<style>
span { border-color: #F0946B; }
span { border-color: rgb(240,148,107); }
td.TdClassName
{
border-color: #F0946B;
}
.TagClassName
{
border-color: #F0946B;
}
</style>