Shades of Atomic Tangerine #F8906A
Tints of Atomic Tangerine #F8906A
RGB
CMYK
RGB Variations
Color information
#F8906A (or 0xF8906A) is known color: Atomic Tangerine. HEX triplet: F8, 90 and 6A. RGB value is (248,144,106). Sum of RGB (Red+Green+Blue) = 248+144+106=498 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.80% from 498); Green value is 144 (56.64% from 255 or 28.92% from 498); Blue value is 106 (41.80% from 255 or 21.29% from 498); Max value from RGB is 248 - color contains mainly: red. Hex color #F8906A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8906A is #076F95. Grayscale: #ABABAB. Windows color (decimal): -487318 or 6983928. OLE color: 6983928.
HSL color Cylindrical-coordinate representation of color #F8906A: hue angle of 16.06º 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 #F8906A is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 144 | 106 | - |
| CMYK | 0 | 0.42 | 0.57 | 0.03 |
| HSL | 16.06º | 0.91% | 0.69% | - |
| HSV(B) | 16.06º | 0.57% | 0.97% | - |
| XYZ | 51.29 | 40.94 | 18.84 | - |
| YUV | 170.76 | 91.46 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 144 | 106 | 0 | 0.42 | 0.57 | 0.03 | 16.06 | 0.91 | 0.69 |
| Hex | F8 | 90 | 6A | 0 | 2A | 39 | 3 | 10 | 5B | 45 |
| Octal | 370 | 220 | 152 | 0 | 52 | 71 | 3 | 20 | 133 | 105 |
| Binary | 11111000 | 10010000 | 1101010 | 0 | 101010 | 111001 | 11 | 10000 | 1011011 | 1000101 |
Color Harmonies of #F8906A
Complementary color
Monochromatic Colors of #F8906A
Black with #F8906A
Text Example
Text Example
White with #F8906A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8906A; }
p { color: rgb(248,144,106); }
H1.HeaderClassName
{
color: #F8906A;
}
.AnyTagClassName
{
color: #F8906A;
}
</style>
background-color css
<style>
a { background-color: #F8906A; }
a { background-color: rgb(248,144,106); }
div.DivClassName
{
background-color: #F8906A;
}
.BgClassName
{
background-color: #F8906A;
}
</style>
border-color css
<style>
span { border-color: #F8906A; }
span { border-color: rgb(248,144,106); }
td.TdClassName
{
border-color: #F8906A;
}
.TagClassName
{
border-color: #F8906A;
}
</style>