Shades of Atomic Tangerine #F0926A
Tints of Atomic Tangerine #F0926A
RGB
CMYK
RGB Variations
Color information
#F0926A (or 0xF0926A) is known color: Atomic Tangerine. HEX triplet: F0, 92 and 6A. RGB value is (240,146,106). Sum of RGB (Red+Green+Blue) = 240+146+106=492 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.78% from 492); Green value is 146 (57.42% from 255 or 29.67% from 492); Blue value is 106 (41.80% from 255 or 21.54% from 492); Max value from RGB is 240 - color contains mainly: red. Hex color #F0926A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0926A is #0F6D95. Grayscale: #A9A9A9. Windows color (decimal): -1011094 or 6984432. OLE color: 6984432.
HSL color Cylindrical-coordinate representation of color #F0926A: hue angle of 17.91º 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 #F0926A is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 146 | 106 | - |
| CMYK | 0 | 0.39 | 0.56 | 0.06 |
| HSL | 17.91º | 0.82% | 0.68% | - |
| HSV(B) | 17.91º | 0.56% | 0.94% | - |
| XYZ | 48.82 | 40.12 | 18.81 | - |
| YUV | 169.55 | 92.14 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 146 | 106 | 0 | 0.39 | 0.56 | 0.06 | 17.91 | 0.82 | 0.68 |
| Hex | F0 | 92 | 6A | 0 | 27 | 38 | 6 | 12 | 52 | 44 |
| Octal | 360 | 222 | 152 | 0 | 47 | 70 | 6 | 22 | 122 | 104 |
| Binary | 11110000 | 10010010 | 1101010 | 0 | 100111 | 111000 | 110 | 10010 | 1010010 | 1000100 |
Color Harmonies of #F0926A
Complementary color
Monochromatic Colors of #F0926A
Black with #F0926A
Text Example
Text Example
White with #F0926A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0926A; }
p { color: rgb(240,146,106); }
H1.HeaderClassName
{
color: #F0926A;
}
.AnyTagClassName
{
color: #F0926A;
}
</style>
background-color css
<style>
a { background-color: #F0926A; }
a { background-color: rgb(240,146,106); }
div.DivClassName
{
background-color: #F0926A;
}
.BgClassName
{
background-color: #F0926A;
}
</style>
border-color css
<style>
span { border-color: #F0926A; }
span { border-color: rgb(240,146,106); }
td.TdClassName
{
border-color: #F0926A;
}
.TagClassName
{
border-color: #F0926A;
}
</style>