Shades of Atomic Tangerine #F89462
Tints of Atomic Tangerine #F89462
RGB
CMYK
RGB Variations
Color information
#F89462 (or 0xF89462) is known color: Atomic Tangerine. HEX triplet: F8, 94 and 62. RGB value is (248,148,98). Sum of RGB (Red+Green+Blue) = 248+148+98=494 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.20% from 494); Green value is 148 (58.20% from 255 or 29.96% from 494); Blue value is 98 (38.67% from 255 or 19.84% from 494); Max value from RGB is 248 - color contains mainly: red. Hex color #F89462 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89462 is #076B9D. Grayscale: #ACACAC. Windows color (decimal): -486302 or 6460664. OLE color: 6460664.
HSL color Cylindrical-coordinate representation of color #F89462: hue angle of 20º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F89462 is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 148 | 98 | - |
| CMYK | 0 | 0.40 | 0.60 | 0.03 |
| HSL | 20º | 0.91% | 0.68% | - |
| HSV(B) | 20º | 0.6% | 0.97% | - |
| XYZ | 51.51 | 42.02 | 16.95 | - |
| YUV | 172.2 | 86.13 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 148 | 98 | 0 | 0.40 | 0.60 | 0.03 | 20 | 0.91 | 0.68 |
| Hex | F8 | 94 | 62 | 0 | 28 | 3C | 3 | 14 | 5B | 44 |
| Octal | 370 | 224 | 142 | 0 | 50 | 74 | 3 | 24 | 133 | 104 |
| Binary | 11111000 | 10010100 | 1100010 | 0 | 101000 | 111100 | 11 | 10100 | 1011011 | 1000100 |
Color Harmonies of #F89462
Complementary color
Monochromatic Colors of #F89462
Black with #F89462
Text Example
Text Example
White with #F89462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89462; }
p { color: rgb(248,148,98); }
H1.HeaderClassName
{
color: #F89462;
}
.AnyTagClassName
{
color: #F89462;
}
</style>
background-color css
<style>
a { background-color: #F89462; }
a { background-color: rgb(248,148,98); }
div.DivClassName
{
background-color: #F89462;
}
.BgClassName
{
background-color: #F89462;
}
</style>
border-color css
<style>
span { border-color: #F89462; }
span { border-color: rgb(248,148,98); }
td.TdClassName
{
border-color: #F89462;
}
.TagClassName
{
border-color: #F89462;
}
</style>