Shades of Atomic Tangerine #F8985A
Tints of Atomic Tangerine #F8985A
RGB
CMYK
RGB Variations
Color information
#F8985A (or 0xF8985A) is known color: Atomic Tangerine. HEX triplet: F8, 98 and 5A. RGB value is (248,152,90). Sum of RGB (Red+Green+Blue) = 248+152+90=490 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.61% from 490); Green value is 152 (59.77% from 255 or 31.02% from 490); Blue value is 90 (35.55% from 255 or 18.37% from 490); Max value from RGB is 248 - color contains mainly: red. Hex color #F8985A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8985A is #0767A5. Grayscale: #ADADAD. Windows color (decimal): -485286 or 5937400. OLE color: 5937400.
HSL color Cylindrical-coordinate representation of color #F8985A: hue angle of 23.54º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F8985A is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 152 | 90 | - |
| CMYK | 0 | 0.39 | 0.64 | 0.03 |
| HSL | 23.54º | 0.92% | 0.66% | - |
| HSV(B) | 23.54º | 0.64% | 0.97% | - |
| XYZ | 51.79 | 43.15 | 15.27 | - |
| YUV | 173.64 | 80.8 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 152 | 90 | 0 | 0.39 | 0.64 | 0.03 | 23.54 | 0.92 | 0.66 |
| Hex | F8 | 98 | 5A | 0 | 27 | 40 | 3 | 18 | 5C | 42 |
| Octal | 370 | 230 | 132 | 0 | 47 | 100 | 3 | 30 | 134 | 102 |
| Binary | 11111000 | 10011000 | 1011010 | 0 | 100111 | 1000000 | 11 | 11000 | 1011100 | 1000010 |
Color Harmonies of #F8985A
Complementary color
Monochromatic Colors of #F8985A
Black with #F8985A
Text Example
Text Example
White with #F8985A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8985A; }
p { color: rgb(248,152,90); }
H1.HeaderClassName
{
color: #F8985A;
}
.AnyTagClassName
{
color: #F8985A;
}
</style>
background-color css
<style>
a { background-color: #F8985A; }
a { background-color: rgb(248,152,90); }
div.DivClassName
{
background-color: #F8985A;
}
.BgClassName
{
background-color: #F8985A;
}
</style>
border-color css
<style>
span { border-color: #F8985A; }
span { border-color: rgb(248,152,90); }
td.TdClassName
{
border-color: #F8985A;
}
.TagClassName
{
border-color: #F8985A;
}
</style>