Shades of Atomic Tangerine #F89268
Tints of Atomic Tangerine #F89268
RGB
CMYK
RGB Variations
Color information
#F89268 (or 0xF89268) is known color: Atomic Tangerine. HEX triplet: F8, 92 and 68. RGB value is (248,146,104). Sum of RGB (Red+Green+Blue) = 248+146+104=498 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.80% from 498); Green value is 146 (57.42% from 255 or 29.32% from 498); Blue value is 104 (41.02% from 255 or 20.88% from 498); Max value from RGB is 248 - color contains mainly: red. Hex color #F89268 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89268 is #076D97. Grayscale: #ABABAB. Windows color (decimal): -486808 or 6853368. OLE color: 6853368.
HSL color Cylindrical-coordinate representation of color #F89268: hue angle of 17.5º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F89268 is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 146 | 104 | - |
| CMYK | 0 | 0.41 | 0.58 | 0.03 |
| HSL | 17.5º | 0.91% | 0.69% | - |
| HSV(B) | 17.5º | 0.58% | 0.97% | - |
| XYZ | 51.49 | 41.51 | 18.4 | - |
| YUV | 171.71 | 89.79 | 182.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 146 | 104 | 0 | 0.41 | 0.58 | 0.03 | 17.5 | 0.91 | 0.69 |
| Hex | F8 | 92 | 68 | 0 | 29 | 3A | 3 | 12 | 5B | 45 |
| Octal | 370 | 222 | 150 | 0 | 51 | 72 | 3 | 22 | 133 | 105 |
| Binary | 11111000 | 10010010 | 1101000 | 0 | 101001 | 111010 | 11 | 10010 | 1011011 | 1000101 |
Color Harmonies of #F89268
Complementary color
Monochromatic Colors of #F89268
Black with #F89268
Text Example
Text Example
White with #F89268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89268; }
p { color: rgb(248,146,104); }
H1.HeaderClassName
{
color: #F89268;
}
.AnyTagClassName
{
color: #F89268;
}
</style>
background-color css
<style>
a { background-color: #F89268; }
a { background-color: rgb(248,146,104); }
div.DivClassName
{
background-color: #F89268;
}
.BgClassName
{
background-color: #F89268;
}
</style>
border-color css
<style>
span { border-color: #F89268; }
span { border-color: rgb(248,146,104); }
td.TdClassName
{
border-color: #F89268;
}
.TagClassName
{
border-color: #F89268;
}
</style>