Shades of Atomic Tangerine #F09065
Tints of Atomic Tangerine #F09065
RGB
CMYK
RGB Variations
Color information
#F09065 (or 0xF09065) is known color: Atomic Tangerine. HEX triplet: F0, 90 and 65. RGB value is (240,144,101). Sum of RGB (Red+Green+Blue) = 240+144+101=485 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.48% from 485); Green value is 144 (56.64% from 255 or 29.69% from 485); Blue value is 101 (39.84% from 255 or 20.82% from 485); Max value from RGB is 240 - color contains mainly: red. Hex color #F09065 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09065 is #0F6F9A. Grayscale: #A8A8A8. Windows color (decimal): -1011611 or 6656240. OLE color: 6656240.
HSL color Cylindrical-coordinate representation of color #F09065: hue angle of 18.56º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F09065 is Cyan = 0, Magento = 0.4, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 144 | 101 | - |
| CMYK | 0 | 0.4 | 0.58 | 0.06 |
| HSL | 18.56º | 0.82% | 0.67% | - |
| HSV(B) | 18.56º | 0.58% | 0.94% | - |
| XYZ | 48.26 | 39.41 | 17.38 | - |
| YUV | 167.8 | 90.3 | 179.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 144 | 101 | 0 | 0.4 | 0.58 | 0.06 | 18.56 | 0.82 | 0.67 |
| Hex | F0 | 90 | 65 | 0 | 28 | 3A | 6 | 13 | 52 | 43 |
| Octal | 360 | 220 | 145 | 0 | 50 | 72 | 6 | 23 | 122 | 103 |
| Binary | 11110000 | 10010000 | 1100101 | 0 | 101000 | 111010 | 110 | 10011 | 1010010 | 1000011 |
Color Harmonies of #F09065
Complementary color
Monochromatic Colors of #F09065
Black with #F09065
Text Example
Text Example
White with #F09065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09065; }
p { color: rgb(240,144,101); }
H1.HeaderClassName
{
color: #F09065;
}
.AnyTagClassName
{
color: #F09065;
}
</style>
background-color css
<style>
a { background-color: #F09065; }
a { background-color: rgb(240,144,101); }
div.DivClassName
{
background-color: #F09065;
}
.BgClassName
{
background-color: #F09065;
}
</style>
border-color css
<style>
span { border-color: #F09065; }
span { border-color: rgb(240,144,101); }
td.TdClassName
{
border-color: #F09065;
}
.TagClassName
{
border-color: #F09065;
}
</style>