Shades of Atomic Tangerine #FA9959
Tints of Atomic Tangerine #FA9959
RGB
CMYK
RGB Variations
Color information
#FA9959 (or 0xFA9959) is known color: Atomic Tangerine. HEX triplet: FA, 99 and 59. RGB value is (250,153,89). Sum of RGB (Red+Green+Blue) = 250+153+89=492 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.81% from 492); Green value is 153 (60.16% from 255 or 31.10% from 492); Blue value is 89 (35.16% from 255 or 18.09% from 492); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9959 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9959 is #0566A6. Grayscale: #AFAFAF. Windows color (decimal): -353959 or 5872122. OLE color: 5872122.
HSL color Cylindrical-coordinate representation of color #FA9959: hue angle of 23.85º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FA9959 is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 153 | 89 | - |
| CMYK | 0 | 0.39 | 0.64 | 0.02 |
| HSL | 23.85º | 0.94% | 0.66% | - |
| HSV(B) | 23.85º | 0.64% | 0.98% | - |
| XYZ | 52.62 | 43.83 | 15.14 | - |
| YUV | 174.71 | 79.64 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 153 | 89 | 0 | 0.39 | 0.64 | 0.02 | 23.85 | 0.94 | 0.66 |
| Hex | FA | 99 | 59 | 0 | 27 | 40 | 2 | 18 | 5E | 42 |
| Octal | 372 | 231 | 131 | 0 | 47 | 100 | 2 | 30 | 136 | 102 |
| Binary | 11111010 | 10011001 | 1011001 | 0 | 100111 | 1000000 | 10 | 11000 | 1011110 | 1000010 |
Color Harmonies of #FA9959
Complementary color
Monochromatic Colors of #FA9959
Black with #FA9959
Text Example
Text Example
White with #FA9959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9959; }
p { color: rgb(250,153,89); }
H1.HeaderClassName
{
color: #FA9959;
}
.AnyTagClassName
{
color: #FA9959;
}
</style>
background-color css
<style>
a { background-color: #FA9959; }
a { background-color: rgb(250,153,89); }
div.DivClassName
{
background-color: #FA9959;
}
.BgClassName
{
background-color: #FA9959;
}
</style>
border-color css
<style>
span { border-color: #FA9959; }
span { border-color: rgb(250,153,89); }
td.TdClassName
{
border-color: #FA9959;
}
.TagClassName
{
border-color: #FA9959;
}
</style>