Shades of Atomic Tangerine #F8925B
Tints of Atomic Tangerine #F8925B
RGB
CMYK
RGB Variations
Color information
#F8925B (or 0xF8925B) is known color: Atomic Tangerine. HEX triplet: F8, 92 and 5B. RGB value is (248,146,91). Sum of RGB (Red+Green+Blue) = 248+146+91=485 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.13% from 485); Green value is 146 (57.42% from 255 or 30.10% from 485); Blue value is 91 (35.94% from 255 or 18.76% from 485); Max value from RGB is 248 - color contains mainly: red. Hex color #F8925B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8925B is #076DA4. Grayscale: #AAAAAA. Windows color (decimal): -486821 or 6001400. OLE color: 6001400.
HSL color Cylindrical-coordinate representation of color #F8925B: hue angle of 21.02º 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 #F8925B is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 146 | 91 | - |
| CMYK | 0 | 0.41 | 0.63 | 0.03 |
| HSL | 21.02º | 0.92% | 0.66% | - |
| HSV(B) | 21.02º | 0.63% | 0.97% | - |
| XYZ | 50.88 | 41.27 | 15.18 | - |
| YUV | 170.23 | 83.29 | 183.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 146 | 91 | 0 | 0.41 | 0.63 | 0.03 | 21.02 | 0.92 | 0.66 |
| Hex | F8 | 92 | 5B | 0 | 29 | 3F | 3 | 15 | 5C | 42 |
| Octal | 370 | 222 | 133 | 0 | 51 | 77 | 3 | 25 | 134 | 102 |
| Binary | 11111000 | 10010010 | 1011011 | 0 | 101001 | 111111 | 11 | 10101 | 1011100 | 1000010 |
Color Harmonies of #F8925B
Complementary color
Monochromatic Colors of #F8925B
Black with #F8925B
Text Example
Text Example
White with #F8925B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8925B; }
p { color: rgb(248,146,91); }
H1.HeaderClassName
{
color: #F8925B;
}
.AnyTagClassName
{
color: #F8925B;
}
</style>
background-color css
<style>
a { background-color: #F8925B; }
a { background-color: rgb(248,146,91); }
div.DivClassName
{
background-color: #F8925B;
}
.BgClassName
{
background-color: #F8925B;
}
</style>
border-color css
<style>
span { border-color: #F8925B; }
span { border-color: rgb(248,146,91); }
td.TdClassName
{
border-color: #F8925B;
}
.TagClassName
{
border-color: #F8925B;
}
</style>