Shades of Atomic Tangerine #F8905D
Tints of Atomic Tangerine #F8905D
RGB
CMYK
RGB Variations
Color information
#F8905D (or 0xF8905D) is known color: Atomic Tangerine. HEX triplet: F8, 90 and 5D. RGB value is (248,144,93). Sum of RGB (Red+Green+Blue) = 248+144+93=485 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.13% from 485); Green value is 144 (56.64% from 255 or 29.69% from 485); Blue value is 93 (36.72% from 255 or 19.18% from 485); Max value from RGB is 248 - color contains mainly: red. Hex color #F8905D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8905D is #076FA2. Grayscale: #A9A9A9. Windows color (decimal): -487331 or 6131960. OLE color: 6131960.
HSL color Cylindrical-coordinate representation of color #F8905D: hue angle of 19.74º 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 #F8905D is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 144 | 93 | - |
| CMYK | 0 | 0.42 | 0.62 | 0.03 |
| HSL | 19.74º | 0.92% | 0.67% | - |
| HSV(B) | 19.74º | 0.63% | 0.97% | - |
| XYZ | 50.66 | 40.69 | 15.54 | - |
| YUV | 169.28 | 84.96 | 184.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 144 | 93 | 0 | 0.42 | 0.62 | 0.03 | 19.74 | 0.92 | 0.67 |
| Hex | F8 | 90 | 5D | 0 | 2A | 3E | 3 | 14 | 5C | 43 |
| Octal | 370 | 220 | 135 | 0 | 52 | 76 | 3 | 24 | 134 | 103 |
| Binary | 11111000 | 10010000 | 1011101 | 0 | 101010 | 111110 | 11 | 10100 | 1011100 | 1000011 |
Color Harmonies of #F8905D
Complementary color
Monochromatic Colors of #F8905D
Black with #F8905D
Text Example
Text Example
White with #F8905D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8905D; }
p { color: rgb(248,144,93); }
H1.HeaderClassName
{
color: #F8905D;
}
.AnyTagClassName
{
color: #F8905D;
}
</style>
background-color css
<style>
a { background-color: #F8905D; }
a { background-color: rgb(248,144,93); }
div.DivClassName
{
background-color: #F8905D;
}
.BgClassName
{
background-color: #F8905D;
}
</style>
border-color css
<style>
span { border-color: #F8905D; }
span { border-color: rgb(248,144,93); }
td.TdClassName
{
border-color: #F8905D;
}
.TagClassName
{
border-color: #F8905D;
}
</style>