Shades of Atomic Tangerine #FA9E68
Tints of Atomic Tangerine #FA9E68
RGB
CMYK
RGB Variations
Color information
#FA9E68 (or 0xFA9E68) is known color: Atomic Tangerine. HEX triplet: FA, 9E and 68. RGB value is (250,158,104). Sum of RGB (Red+Green+Blue) = 250+158+104=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 158 (62.11% from 255 or 30.86% from 512); Blue value is 104 (41.02% from 255 or 20.31% from 512); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9E68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9E68 is #056197. Grayscale: #B3B3B3. Windows color (decimal): -352664 or 6856442. OLE color: 6856442.
HSL color Cylindrical-coordinate representation of color #FA9E68: hue angle of 22.19º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FA9E68 is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 158 | 104 | - |
| CMYK | 0 | 0.37 | 0.58 | 0.02 |
| HSL | 22.19º | 0.94% | 0.69% | - |
| HSV(B) | 22.19º | 0.58% | 0.98% | - |
| XYZ | 54.15 | 45.78 | 19.08 | - |
| YUV | 179.35 | 85.48 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 158 | 104 | 0 | 0.37 | 0.58 | 0.02 | 22.19 | 0.94 | 0.69 |
| Hex | FA | 9E | 68 | 0 | 25 | 3A | 2 | 16 | 5E | 45 |
| Octal | 372 | 236 | 150 | 0 | 45 | 72 | 2 | 26 | 136 | 105 |
| Binary | 11111010 | 10011110 | 1101000 | 0 | 100101 | 111010 | 10 | 10110 | 1011110 | 1000101 |
Color Harmonies of #FA9E68
Complementary color
Monochromatic Colors of #FA9E68
Black with #FA9E68
Text Example
Text Example
White with #FA9E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9E68; }
p { color: rgb(250,158,104); }
H1.HeaderClassName
{
color: #FA9E68;
}
.AnyTagClassName
{
color: #FA9E68;
}
</style>
background-color css
<style>
a { background-color: #FA9E68; }
a { background-color: rgb(250,158,104); }
div.DivClassName
{
background-color: #FA9E68;
}
.BgClassName
{
background-color: #FA9E68;
}
</style>
border-color css
<style>
span { border-color: #FA9E68; }
span { border-color: rgb(250,158,104); }
td.TdClassName
{
border-color: #FA9E68;
}
.TagClassName
{
border-color: #FA9E68;
}
</style>