Shades of Atomic Tangerine #F8955B
Tints of Atomic Tangerine #F8955B
RGB
CMYK
RGB Variations
Color information
#F8955B (or 0xF8955B) is known color: Atomic Tangerine. HEX triplet: F8, 95 and 5B. RGB value is (248,149,91). Sum of RGB (Red+Green+Blue) = 248+149+91=488 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.82% from 488); Green value is 149 (58.59% from 255 or 30.53% from 488); Blue value is 91 (35.94% from 255 or 18.65% from 488); Max value from RGB is 248 - color contains mainly: red. Hex color #F8955B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8955B is #076AA4. Grayscale: #ACACAC. Windows color (decimal): -486053 or 6002168. OLE color: 6002168.
HSL color Cylindrical-coordinate representation of color #F8955B: hue angle of 22.17º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F8955B is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 149 | 91 | - |
| CMYK | 0 | 0.40 | 0.63 | 0.03 |
| HSL | 22.17º | 0.92% | 0.66% | - |
| HSV(B) | 22.17º | 0.63% | 0.97% | - |
| XYZ | 51.35 | 42.21 | 15.34 | - |
| YUV | 171.99 | 82.3 | 182.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 149 | 91 | 0 | 0.40 | 0.63 | 0.03 | 22.17 | 0.92 | 0.66 |
| Hex | F8 | 95 | 5B | 0 | 28 | 3F | 3 | 16 | 5C | 42 |
| Octal | 370 | 225 | 133 | 0 | 50 | 77 | 3 | 26 | 134 | 102 |
| Binary | 11111000 | 10010101 | 1011011 | 0 | 101000 | 111111 | 11 | 10110 | 1011100 | 1000010 |
Color Harmonies of #F8955B
Complementary color
Monochromatic Colors of #F8955B
Black with #F8955B
Text Example
Text Example
White with #F8955B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8955B; }
p { color: rgb(248,149,91); }
H1.HeaderClassName
{
color: #F8955B;
}
.AnyTagClassName
{
color: #F8955B;
}
</style>
background-color css
<style>
a { background-color: #F8955B; }
a { background-color: rgb(248,149,91); }
div.DivClassName
{
background-color: #F8955B;
}
.BgClassName
{
background-color: #F8955B;
}
</style>
border-color css
<style>
span { border-color: #F8955B; }
span { border-color: rgb(248,149,91); }
td.TdClassName
{
border-color: #F8955B;
}
.TagClassName
{
border-color: #F8955B;
}
</style>