Shades of Atomic Tangerine #F89A6A
Tints of Atomic Tangerine #F89A6A
RGB
CMYK
RGB Variations
Color information
#F89A6A (or 0xF89A6A) is known color: Atomic Tangerine. HEX triplet: F8, 9A and 6A. RGB value is (248,154,106). Sum of RGB (Red+Green+Blue) = 248+154+106=508 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.82% from 508); Green value is 154 (60.55% from 255 or 30.31% from 508); Blue value is 106 (41.80% from 255 or 20.87% from 508); Max value from RGB is 248 - color contains mainly: red. Hex color #F89A6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89A6A is #076595. Grayscale: #B0B0B0. Windows color (decimal): -484758 or 6986488. OLE color: 6986488.
HSL color Cylindrical-coordinate representation of color #F89A6A: hue angle of 20.28º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F89A6A is Cyan = 0, Magento = 0.38, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 154 | 106 | - |
| CMYK | 0 | 0.38 | 0.57 | 0.03 |
| HSL | 20.28º | 0.91% | 0.69% | - |
| HSV(B) | 20.28º | 0.57% | 0.97% | - |
| XYZ | 52.87 | 44.11 | 19.36 | - |
| YUV | 176.63 | 88.14 | 178.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 154 | 106 | 0 | 0.38 | 0.57 | 0.03 | 20.28 | 0.91 | 0.69 |
| Hex | F8 | 9A | 6A | 0 | 26 | 39 | 3 | 14 | 5B | 45 |
| Octal | 370 | 232 | 152 | 0 | 46 | 71 | 3 | 24 | 133 | 105 |
| Binary | 11111000 | 10011010 | 1101010 | 0 | 100110 | 111001 | 11 | 10100 | 1011011 | 1000101 |
Color Harmonies of #F89A6A
Complementary color
Monochromatic Colors of #F89A6A
Black with #F89A6A
Text Example
Text Example
White with #F89A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89A6A; }
p { color: rgb(248,154,106); }
H1.HeaderClassName
{
color: #F89A6A;
}
.AnyTagClassName
{
color: #F89A6A;
}
</style>
background-color css
<style>
a { background-color: #F89A6A; }
a { background-color: rgb(248,154,106); }
div.DivClassName
{
background-color: #F89A6A;
}
.BgClassName
{
background-color: #F89A6A;
}
</style>
border-color css
<style>
span { border-color: #F89A6A; }
span { border-color: rgb(248,154,106); }
td.TdClassName
{
border-color: #F89A6A;
}
.TagClassName
{
border-color: #F89A6A;
}
</style>