Shades of Atomic Tangerine #F8915C
Tints of Atomic Tangerine #F8915C
RGB
CMYK
RGB Variations
Color information
#F8915C (or 0xF8915C) is known color: Atomic Tangerine. HEX triplet: F8, 91 and 5C. RGB value is (248,145,92). Sum of RGB (Red+Green+Blue) = 248+145+92=485 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.13% from 485); Green value is 145 (57.03% from 255 or 29.90% from 485); Blue value is 92 (36.33% from 255 or 18.97% from 485); Max value from RGB is 248 - color contains mainly: red. Hex color #F8915C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8915C is #076EA3. Grayscale: #AAAAAA. Windows color (decimal): -487076 or 6066680. OLE color: 6066680.
HSL color Cylindrical-coordinate representation of color #F8915C: hue angle of 20.38º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F8915C is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 145 | 92 | - |
| CMYK | 0 | 0.42 | 0.63 | 0.03 |
| HSL | 20.38º | 0.92% | 0.67% | - |
| HSV(B) | 20.38º | 0.63% | 0.97% | - |
| XYZ | 50.77 | 40.98 | 15.36 | - |
| YUV | 169.76 | 84.12 | 183.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 145 | 92 | 0 | 0.42 | 0.63 | 0.03 | 20.38 | 0.92 | 0.67 |
| Hex | F8 | 91 | 5C | 0 | 2A | 3F | 3 | 14 | 5C | 43 |
| Octal | 370 | 221 | 134 | 0 | 52 | 77 | 3 | 24 | 134 | 103 |
| Binary | 11111000 | 10010001 | 1011100 | 0 | 101010 | 111111 | 11 | 10100 | 1011100 | 1000011 |
Color Harmonies of #F8915C
Complementary color
Monochromatic Colors of #F8915C
Black with #F8915C
Text Example
Text Example
White with #F8915C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8915C; }
p { color: rgb(248,145,92); }
H1.HeaderClassName
{
color: #F8915C;
}
.AnyTagClassName
{
color: #F8915C;
}
</style>
background-color css
<style>
a { background-color: #F8915C; }
a { background-color: rgb(248,145,92); }
div.DivClassName
{
background-color: #F8915C;
}
.BgClassName
{
background-color: #F8915C;
}
</style>
border-color css
<style>
span { border-color: #F8915C; }
span { border-color: rgb(248,145,92); }
td.TdClassName
{
border-color: #F8915C;
}
.TagClassName
{
border-color: #F8915C;
}
</style>