Shades of Atomic Tangerine #F89365
Tints of Atomic Tangerine #F89365
RGB
CMYK
RGB Variations
Color information
#F89365 (or 0xF89365) is known color: Atomic Tangerine. HEX triplet: F8, 93 and 65. RGB value is (248,147,101). Sum of RGB (Red+Green+Blue) = 248+147+101=496 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50% from 496); Green value is 147 (57.81% from 255 or 29.64% from 496); Blue value is 101 (39.84% from 255 or 20.36% from 496); Max value from RGB is 248 - color contains mainly: red. Hex color #F89365 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89365 is #076C9A. Grayscale: #ACACAC. Windows color (decimal): -486555 or 6657016. OLE color: 6657016.
HSL color Cylindrical-coordinate representation of color #F89365: hue angle of 18.78º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F89365 is Cyan = 0, Magento = 0.41, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 147 | 101 | - |
| CMYK | 0 | 0.41 | 0.59 | 0.03 |
| HSL | 18.78º | 0.91% | 0.68% | - |
| HSV(B) | 18.78º | 0.59% | 0.97% | - |
| XYZ | 51.49 | 41.76 | 17.66 | - |
| YUV | 171.96 | 87.96 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 147 | 101 | 0 | 0.41 | 0.59 | 0.03 | 18.78 | 0.91 | 0.68 |
| Hex | F8 | 93 | 65 | 0 | 29 | 3B | 3 | 13 | 5B | 44 |
| Octal | 370 | 223 | 145 | 0 | 51 | 73 | 3 | 23 | 133 | 104 |
| Binary | 11111000 | 10010011 | 1100101 | 0 | 101001 | 111011 | 11 | 10011 | 1011011 | 1000100 |
Color Harmonies of #F89365
Complementary color
Monochromatic Colors of #F89365
Black with #F89365
Text Example
Text Example
White with #F89365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89365; }
p { color: rgb(248,147,101); }
H1.HeaderClassName
{
color: #F89365;
}
.AnyTagClassName
{
color: #F89365;
}
</style>
background-color css
<style>
a { background-color: #F89365; }
a { background-color: rgb(248,147,101); }
div.DivClassName
{
background-color: #F89365;
}
.BgClassName
{
background-color: #F89365;
}
</style>
border-color css
<style>
span { border-color: #F89365; }
span { border-color: rgb(248,147,101); }
td.TdClassName
{
border-color: #F89365;
}
.TagClassName
{
border-color: #F89365;
}
</style>