Shades of Atomic Tangerine #F8945C
Tints of Atomic Tangerine #F8945C
RGB
CMYK
RGB Variations
Color information
#F8945C (or 0xF8945C) is known color: Atomic Tangerine. HEX triplet: F8, 94 and 5C. RGB value is (248,148,92). Sum of RGB (Red+Green+Blue) = 248+148+92=488 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.82% from 488); Green value is 148 (58.20% from 255 or 30.33% from 488); Blue value is 92 (36.33% from 255 or 18.85% from 488); Max value from RGB is 248 - color contains mainly: red. Hex color #F8945C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8945C is #076BA3. Grayscale: #ABABAB. Windows color (decimal): -486308 or 6067448. OLE color: 6067448.
HSL color Cylindrical-coordinate representation of color #F8945C: hue angle of 21.54º 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 #F8945C is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 148 | 92 | - |
| CMYK | 0 | 0.40 | 0.63 | 0.03 |
| HSL | 21.54º | 0.92% | 0.67% | - |
| HSV(B) | 21.54º | 0.63% | 0.97% | - |
| XYZ | 51.23 | 41.91 | 15.51 | - |
| YUV | 171.52 | 83.13 | 182.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 148 | 92 | 0 | 0.40 | 0.63 | 0.03 | 21.54 | 0.92 | 0.67 |
| Hex | F8 | 94 | 5C | 0 | 28 | 3F | 3 | 16 | 5C | 43 |
| Octal | 370 | 224 | 134 | 0 | 50 | 77 | 3 | 26 | 134 | 103 |
| Binary | 11111000 | 10010100 | 1011100 | 0 | 101000 | 111111 | 11 | 10110 | 1011100 | 1000011 |
Color Harmonies of #F8945C
Complementary color
Monochromatic Colors of #F8945C
Black with #F8945C
Text Example
Text Example
White with #F8945C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8945C; }
p { color: rgb(248,148,92); }
H1.HeaderClassName
{
color: #F8945C;
}
.AnyTagClassName
{
color: #F8945C;
}
</style>
background-color css
<style>
a { background-color: #F8945C; }
a { background-color: rgb(248,148,92); }
div.DivClassName
{
background-color: #F8945C;
}
.BgClassName
{
background-color: #F8945C;
}
</style>
border-color css
<style>
span { border-color: #F8945C; }
span { border-color: rgb(248,148,92); }
td.TdClassName
{
border-color: #F8945C;
}
.TagClassName
{
border-color: #F8945C;
}
</style>