Shades of Atomic Tangerine #F8905F
Tints of Atomic Tangerine #F8905F
RGB
CMYK
RGB Variations
Color information
#F8905F (or 0xF8905F) is known color: Atomic Tangerine. HEX triplet: F8, 90 and 5F. RGB value is (248,144,95). Sum of RGB (Red+Green+Blue) = 248+144+95=487 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.92% from 487); Green value is 144 (56.64% from 255 or 29.57% from 487); Blue value is 95 (37.5% from 255 or 19.51% from 487); Max value from RGB is 248 - color contains mainly: red. Hex color #F8905F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8905F is #076FA0. Grayscale: #A9A9A9. Windows color (decimal): -487329 or 6263032. OLE color: 6263032.
HSL color Cylindrical-coordinate representation of color #F8905F: hue angle of 19.22º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F8905F is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 144 | 95 | - |
| CMYK | 0 | 0.42 | 0.62 | 0.03 |
| HSL | 19.22º | 0.92% | 0.67% | - |
| HSV(B) | 19.22º | 0.62% | 0.97% | - |
| XYZ | 50.75 | 40.73 | 16.01 | - |
| YUV | 169.51 | 85.96 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 144 | 95 | 0 | 0.42 | 0.62 | 0.03 | 19.22 | 0.92 | 0.67 |
| Hex | F8 | 90 | 5F | 0 | 2A | 3E | 3 | 13 | 5C | 43 |
| Octal | 370 | 220 | 137 | 0 | 52 | 76 | 3 | 23 | 134 | 103 |
| Binary | 11111000 | 10010000 | 1011111 | 0 | 101010 | 111110 | 11 | 10011 | 1011100 | 1000011 |
Color Harmonies of #F8905F
Complementary color
Monochromatic Colors of #F8905F
Black with #F8905F
Text Example
Text Example
White with #F8905F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8905F; }
p { color: rgb(248,144,95); }
H1.HeaderClassName
{
color: #F8905F;
}
.AnyTagClassName
{
color: #F8905F;
}
</style>
background-color css
<style>
a { background-color: #F8905F; }
a { background-color: rgb(248,144,95); }
div.DivClassName
{
background-color: #F8905F;
}
.BgClassName
{
background-color: #F8905F;
}
</style>
border-color css
<style>
span { border-color: #F8905F; }
span { border-color: rgb(248,144,95); }
td.TdClassName
{
border-color: #F8905F;
}
.TagClassName
{
border-color: #F8905F;
}
</style>