Shades of Atomic Tangerine #FA8E61
Tints of Atomic Tangerine #FA8E61
RGB
CMYK
RGB Variations
Color information
#FA8E61 (or 0xFA8E61) is known color: Atomic Tangerine. HEX triplet: FA, 8E and 61. RGB value is (250,142,97). Sum of RGB (Red+Green+Blue) = 250+142+97=489 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.12% from 489); Green value is 142 (55.86% from 255 or 29.04% from 489); Blue value is 97 (38.28% from 255 or 19.84% from 489); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8E61 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8E61 is #05719E. Grayscale: #A9A9A9. Windows color (decimal): -356767 or 6393594. OLE color: 6393594.
HSL color Cylindrical-coordinate representation of color #FA8E61: hue angle of 17.65º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FA8E61 is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 142 | 97 | - |
| CMYK | 0 | 0.43 | 0.61 | 0.02 |
| HSL | 17.65º | 0.94% | 0.68% | - |
| HSV(B) | 17.65º | 0.61% | 0.98% | - |
| XYZ | 51.26 | 40.53 | 16.43 | - |
| YUV | 169.16 | 87.28 | 185.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 142 | 97 | 0 | 0.43 | 0.61 | 0.02 | 17.65 | 0.94 | 0.68 |
| Hex | FA | 8E | 61 | 0 | 2B | 3D | 2 | 12 | 5E | 44 |
| Octal | 372 | 216 | 141 | 0 | 53 | 75 | 2 | 22 | 136 | 104 |
| Binary | 11111010 | 10001110 | 1100001 | 0 | 101011 | 111101 | 10 | 10010 | 1011110 | 1000100 |
Color Harmonies of #FA8E61
Complementary color
Monochromatic Colors of #FA8E61
Black with #FA8E61
Text Example
Text Example
White with #FA8E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8E61; }
p { color: rgb(250,142,97); }
H1.HeaderClassName
{
color: #FA8E61;
}
.AnyTagClassName
{
color: #FA8E61;
}
</style>
background-color css
<style>
a { background-color: #FA8E61; }
a { background-color: rgb(250,142,97); }
div.DivClassName
{
background-color: #FA8E61;
}
.BgClassName
{
background-color: #FA8E61;
}
</style>
border-color css
<style>
span { border-color: #FA8E61; }
span { border-color: rgb(250,142,97); }
td.TdClassName
{
border-color: #FA8E61;
}
.TagClassName
{
border-color: #FA8E61;
}
</style>