Shades of Atomic Tangerine #F89D69
Tints of Atomic Tangerine #F89D69
RGB
CMYK
RGB Variations
Color information
#F89D69 (or 0xF89D69) is known color: Atomic Tangerine. HEX triplet: F8, 9D and 69. RGB value is (248,157,105). Sum of RGB (Red+Green+Blue) = 248+157+105=510 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.63% from 510); Green value is 157 (61.72% from 255 or 30.78% from 510); Blue value is 105 (41.41% from 255 or 20.59% from 510); Max value from RGB is 248 - color contains mainly: red. Hex color #F89D69 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89D69 is #076296. Grayscale: #B2B2B2. Windows color (decimal): -483991 or 6921720. OLE color: 6921720.
HSL color Cylindrical-coordinate representation of color #F89D69: hue angle of 21.82º 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 #F89D69 is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 157 | 105 | - |
| CMYK | 0 | 0.37 | 0.58 | 0.03 |
| HSL | 21.82º | 0.91% | 0.69% | - |
| HSV(B) | 21.82º | 0.58% | 0.97% | - |
| XYZ | 53.32 | 45.09 | 19.26 | - |
| YUV | 178.28 | 86.65 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 157 | 105 | 0 | 0.37 | 0.58 | 0.03 | 21.82 | 0.91 | 0.69 |
| Hex | F8 | 9D | 69 | 0 | 25 | 3A | 3 | 16 | 5B | 45 |
| Octal | 370 | 235 | 151 | 0 | 45 | 72 | 3 | 26 | 133 | 105 |
| Binary | 11111000 | 10011101 | 1101001 | 0 | 100101 | 111010 | 11 | 10110 | 1011011 | 1000101 |
Color Harmonies of #F89D69
Complementary color
Monochromatic Colors of #F89D69
Black with #F89D69
Text Example
Text Example
White with #F89D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89D69; }
p { color: rgb(248,157,105); }
H1.HeaderClassName
{
color: #F89D69;
}
.AnyTagClassName
{
color: #F89D69;
}
</style>
background-color css
<style>
a { background-color: #F89D69; }
a { background-color: rgb(248,157,105); }
div.DivClassName
{
background-color: #F89D69;
}
.BgClassName
{
background-color: #F89D69;
}
</style>
border-color css
<style>
span { border-color: #F89D69; }
span { border-color: rgb(248,157,105); }
td.TdClassName
{
border-color: #F89D69;
}
.TagClassName
{
border-color: #F89D69;
}
</style>