Shades of Atomic Tangerine #FA9459
Tints of Atomic Tangerine #FA9459
RGB
CMYK
RGB Variations
Color information
#FA9459 (or 0xFA9459) is known color: Atomic Tangerine. HEX triplet: FA, 94 and 59. RGB value is (250,148,89). Sum of RGB (Red+Green+Blue) = 250+148+89=487 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.33% from 487); Green value is 148 (58.20% from 255 or 30.39% from 487); Blue value is 89 (35.16% from 255 or 18.28% from 487); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9459 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9459 is #056BA6. Grayscale: #ACACAC. Windows color (decimal): -355239 or 5870842. OLE color: 5870842.
HSL color Cylindrical-coordinate representation of color #FA9459: hue angle of 21.99º 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 #FA9459 is Cyan = 0, Magento = 0.41, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 148 | 89 | - |
| CMYK | 0 | 0.41 | 0.64 | 0.02 |
| HSL | 21.99º | 0.94% | 0.66% | - |
| HSV(B) | 21.99º | 0.64% | 0.98% | - |
| XYZ | 51.82 | 42.23 | 14.87 | - |
| YUV | 171.77 | 81.29 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 148 | 89 | 0 | 0.41 | 0.64 | 0.02 | 21.99 | 0.94 | 0.66 |
| Hex | FA | 94 | 59 | 0 | 29 | 40 | 2 | 16 | 5E | 42 |
| Octal | 372 | 224 | 131 | 0 | 51 | 100 | 2 | 26 | 136 | 102 |
| Binary | 11111010 | 10010100 | 1011001 | 0 | 101001 | 1000000 | 10 | 10110 | 1011110 | 1000010 |
Color Harmonies of #FA9459
Complementary color
Monochromatic Colors of #FA9459
Black with #FA9459
Text Example
Text Example
White with #FA9459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9459; }
p { color: rgb(250,148,89); }
H1.HeaderClassName
{
color: #FA9459;
}
.AnyTagClassName
{
color: #FA9459;
}
</style>
background-color css
<style>
a { background-color: #FA9459; }
a { background-color: rgb(250,148,89); }
div.DivClassName
{
background-color: #FA9459;
}
.BgClassName
{
background-color: #FA9459;
}
</style>
border-color css
<style>
span { border-color: #FA9459; }
span { border-color: rgb(250,148,89); }
td.TdClassName
{
border-color: #FA9459;
}
.TagClassName
{
border-color: #FA9459;
}
</style>