Shades of Atomic Tangerine #FA9560
Tints of Atomic Tangerine #FA9560
RGB
CMYK
RGB Variations
Color information
#FA9560 (or 0xFA9560) is known color: Atomic Tangerine. HEX triplet: FA, 95 and 60. RGB value is (250,149,96). Sum of RGB (Red+Green+Blue) = 250+149+96=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 149 (58.59% from 255 or 30.10% from 495); Blue value is 96 (37.89% from 255 or 19.39% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9560 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9560 is #056A9F. Grayscale: #ADADAD. Windows color (decimal): -354976 or 6329850. OLE color: 6329850.
HSL color Cylindrical-coordinate representation of color #FA9560: hue angle of 20.65º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FA9560 is Cyan = 0, Magento = 0.40, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 149 | 96 | - |
| CMYK | 0 | 0.40 | 0.62 | 0.02 |
| HSL | 20.65º | 0.94% | 0.68% | - |
| HSV(B) | 20.65º | 0.62% | 0.98% | - |
| XYZ | 52.28 | 42.66 | 16.55 | - |
| YUV | 173.16 | 84.46 | 182.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 149 | 96 | 0 | 0.40 | 0.62 | 0.02 | 20.65 | 0.94 | 0.68 |
| Hex | FA | 95 | 60 | 0 | 28 | 3E | 2 | 15 | 5E | 44 |
| Octal | 372 | 225 | 140 | 0 | 50 | 76 | 2 | 25 | 136 | 104 |
| Binary | 11111010 | 10010101 | 1100000 | 0 | 101000 | 111110 | 10 | 10101 | 1011110 | 1000100 |
Color Harmonies of #FA9560
Complementary color
Monochromatic Colors of #FA9560
Black with #FA9560
Text Example
Text Example
White with #FA9560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9560; }
p { color: rgb(250,149,96); }
H1.HeaderClassName
{
color: #FA9560;
}
.AnyTagClassName
{
color: #FA9560;
}
</style>
background-color css
<style>
a { background-color: #FA9560; }
a { background-color: rgb(250,149,96); }
div.DivClassName
{
background-color: #FA9560;
}
.BgClassName
{
background-color: #FA9560;
}
</style>
border-color css
<style>
span { border-color: #FA9560; }
span { border-color: rgb(250,149,96); }
td.TdClassName
{
border-color: #FA9560;
}
.TagClassName
{
border-color: #FA9560;
}
</style>