Shades of Atomic Tangerine #F8975A
Tints of Atomic Tangerine #F8975A
RGB
CMYK
RGB Variations
Color information
#F8975A (or 0xF8975A) is known color: Atomic Tangerine. HEX triplet: F8, 97 and 5A. RGB value is (248,151,90). Sum of RGB (Red+Green+Blue) = 248+151+90=489 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.72% from 489); Green value is 151 (59.38% from 255 or 30.88% from 489); Blue value is 90 (35.55% from 255 or 18.40% from 489); Max value from RGB is 248 - color contains mainly: red. Hex color #F8975A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8975A is #0768A5. Grayscale: #ADADAD. Windows color (decimal): -485542 or 5937144. OLE color: 5937144.
HSL color Cylindrical-coordinate representation of color #F8975A: hue angle of 23.16º 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 #F8975A is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 151 | 90 | - |
| CMYK | 0 | 0.39 | 0.64 | 0.03 |
| HSL | 23.16º | 0.92% | 0.66% | - |
| HSV(B) | 23.16º | 0.64% | 0.97% | - |
| XYZ | 51.62 | 42.83 | 15.22 | - |
| YUV | 173.05 | 81.14 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 151 | 90 | 0 | 0.39 | 0.64 | 0.03 | 23.16 | 0.92 | 0.66 |
| Hex | F8 | 97 | 5A | 0 | 27 | 40 | 3 | 17 | 5C | 42 |
| Octal | 370 | 227 | 132 | 0 | 47 | 100 | 3 | 27 | 134 | 102 |
| Binary | 11111000 | 10010111 | 1011010 | 0 | 100111 | 1000000 | 11 | 10111 | 1011100 | 1000010 |
Color Harmonies of #F8975A
Complementary color
Monochromatic Colors of #F8975A
Black with #F8975A
Text Example
Text Example
White with #F8975A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8975A; }
p { color: rgb(248,151,90); }
H1.HeaderClassName
{
color: #F8975A;
}
.AnyTagClassName
{
color: #F8975A;
}
</style>
background-color css
<style>
a { background-color: #F8975A; }
a { background-color: rgb(248,151,90); }
div.DivClassName
{
background-color: #F8975A;
}
.BgClassName
{
background-color: #F8975A;
}
</style>
border-color css
<style>
span { border-color: #F8975A; }
span { border-color: rgb(248,151,90); }
td.TdClassName
{
border-color: #F8975A;
}
.TagClassName
{
border-color: #F8975A;
}
</style>