Shades of Atomic Tangerine #F09466
Tints of Atomic Tangerine #F09466
RGB
CMYK
RGB Variations
Color information
#F09466 (or 0xF09466) is known color: Atomic Tangerine. HEX triplet: F0, 94 and 66. RGB value is (240,148,102). Sum of RGB (Red+Green+Blue) = 240+148+102=490 (64% of max value = 765). Red value is 240 (94.14% from 255 or 48.98% from 490); Green value is 148 (58.20% from 255 or 30.20% from 490); Blue value is 102 (40.23% from 255 or 20.82% from 490); Max value from RGB is 240 - color contains mainly: red. Hex color #F09466 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09466 is #0F6B99. Grayscale: #AAAAAA. Windows color (decimal): -1010586 or 6722800. OLE color: 6722800.
HSL color Cylindrical-coordinate representation of color #F09466: hue angle of 20º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F09466 is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 148 | 102 | - |
| CMYK | 0 | 0.38 | 0.58 | 0.06 |
| HSL | 20º | 0.82% | 0.67% | - |
| HSV(B) | 20º | 0.58% | 0.94% | - |
| XYZ | 48.92 | 40.66 | 17.84 | - |
| YUV | 170.26 | 89.48 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 148 | 102 | 0 | 0.38 | 0.58 | 0.06 | 20 | 0.82 | 0.67 |
| Hex | F0 | 94 | 66 | 0 | 26 | 3A | 6 | 14 | 52 | 43 |
| Octal | 360 | 224 | 146 | 0 | 46 | 72 | 6 | 24 | 122 | 103 |
| Binary | 11110000 | 10010100 | 1100110 | 0 | 100110 | 111010 | 110 | 10100 | 1010010 | 1000011 |
Color Harmonies of #F09466
Complementary color
Monochromatic Colors of #F09466
Black with #F09466
Text Example
Text Example
White with #F09466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09466; }
p { color: rgb(240,148,102); }
H1.HeaderClassName
{
color: #F09466;
}
.AnyTagClassName
{
color: #F09466;
}
</style>
background-color css
<style>
a { background-color: #F09466; }
a { background-color: rgb(240,148,102); }
div.DivClassName
{
background-color: #F09466;
}
.BgClassName
{
background-color: #F09466;
}
</style>
border-color css
<style>
span { border-color: #F09466; }
span { border-color: rgb(240,148,102); }
td.TdClassName
{
border-color: #F09466;
}
.TagClassName
{
border-color: #F09466;
}
</style>