Shades of Atomic Tangerine #FA9F68
Tints of Atomic Tangerine #FA9F68
RGB
CMYK
RGB Variations
Color information
#FA9F68 (or 0xFA9F68) is known color: Atomic Tangerine. HEX triplet: FA, 9F and 68. RGB value is (250,159,104). Sum of RGB (Red+Green+Blue) = 250+159+104=513 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.73% from 513); Green value is 159 (62.5% from 255 or 30.99% from 513); Blue value is 104 (41.02% from 255 or 20.27% from 513); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9F68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9F68 is #056097. Grayscale: #B4B4B4. Windows color (decimal): -352408 or 6856698. OLE color: 6856698.
HSL color Cylindrical-coordinate representation of color #FA9F68: hue angle of 22.6º 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 #FA9F68 is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 159 | 104 | - |
| CMYK | 0 | 0.36 | 0.58 | 0.02 |
| HSL | 22.6º | 0.94% | 0.69% | - |
| HSV(B) | 22.6º | 0.58% | 0.98% | - |
| XYZ | 54.32 | 46.12 | 19.14 | - |
| YUV | 179.94 | 85.15 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 159 | 104 | 0 | 0.36 | 0.58 | 0.02 | 22.6 | 0.94 | 0.69 |
| Hex | FA | 9F | 68 | 0 | 24 | 3A | 2 | 17 | 5E | 45 |
| Octal | 372 | 237 | 150 | 0 | 44 | 72 | 2 | 27 | 136 | 105 |
| Binary | 11111010 | 10011111 | 1101000 | 0 | 100100 | 111010 | 10 | 10111 | 1011110 | 1000101 |
Color Harmonies of #FA9F68
Complementary color
Monochromatic Colors of #FA9F68
Black with #FA9F68
Text Example
Text Example
White with #FA9F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9F68; }
p { color: rgb(250,159,104); }
H1.HeaderClassName
{
color: #FA9F68;
}
.AnyTagClassName
{
color: #FA9F68;
}
</style>
background-color css
<style>
a { background-color: #FA9F68; }
a { background-color: rgb(250,159,104); }
div.DivClassName
{
background-color: #FA9F68;
}
.BgClassName
{
background-color: #FA9F68;
}
</style>
border-color css
<style>
span { border-color: #FA9F68; }
span { border-color: rgb(250,159,104); }
td.TdClassName
{
border-color: #FA9F68;
}
.TagClassName
{
border-color: #FA9F68;
}
</style>