Shades of Atomic Tangerine #F8995C
Tints of Atomic Tangerine #F8995C
RGB
CMYK
RGB Variations
Color information
#F8995C (or 0xF8995C) is known color: Atomic Tangerine. HEX triplet: F8, 99 and 5C. RGB value is (248,153,92). Sum of RGB (Red+Green+Blue) = 248+153+92=493 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.30% from 493); Green value is 153 (60.16% from 255 or 31.03% from 493); Blue value is 92 (36.33% from 255 or 18.66% from 493); Max value from RGB is 248 - color contains mainly: red. Hex color #F8995C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8995C is #0766A3. Grayscale: #AEAEAE. Windows color (decimal): -485028 or 6068728. OLE color: 6068728.
HSL color Cylindrical-coordinate representation of color #F8995C: hue angle of 23.46º 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 #F8995C is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 153 | 92 | - |
| CMYK | 0 | 0.38 | 0.63 | 0.03 |
| HSL | 23.46º | 0.92% | 0.67% | - |
| HSV(B) | 23.46º | 0.63% | 0.97% | - |
| XYZ | 52.03 | 43.51 | 15.78 | - |
| YUV | 174.45 | 81.47 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 153 | 92 | 0 | 0.38 | 0.63 | 0.03 | 23.46 | 0.92 | 0.67 |
| Hex | F8 | 99 | 5C | 0 | 26 | 3F | 3 | 17 | 5C | 43 |
| Octal | 370 | 231 | 134 | 0 | 46 | 77 | 3 | 27 | 134 | 103 |
| Binary | 11111000 | 10011001 | 1011100 | 0 | 100110 | 111111 | 11 | 10111 | 1011100 | 1000011 |
Color Harmonies of #F8995C
Complementary color
Monochromatic Colors of #F8995C
Black with #F8995C
Text Example
Text Example
White with #F8995C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8995C; }
p { color: rgb(248,153,92); }
H1.HeaderClassName
{
color: #F8995C;
}
.AnyTagClassName
{
color: #F8995C;
}
</style>
background-color css
<style>
a { background-color: #F8995C; }
a { background-color: rgb(248,153,92); }
div.DivClassName
{
background-color: #F8995C;
}
.BgClassName
{
background-color: #F8995C;
}
</style>
border-color css
<style>
span { border-color: #F8995C; }
span { border-color: rgb(248,153,92); }
td.TdClassName
{
border-color: #F8995C;
}
.TagClassName
{
border-color: #F8995C;
}
</style>