Shades of Atomic Tangerine #FA9768
Tints of Atomic Tangerine #FA9768
RGB
CMYK
RGB Variations
Color information
#FA9768 (or 0xFA9768) is known color: Atomic Tangerine. HEX triplet: FA, 97 and 68. RGB value is (250,151,104). Sum of RGB (Red+Green+Blue) = 250+151+104=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 151 (59.38% from 255 or 29.90% from 505); Blue value is 104 (41.02% from 255 or 20.59% from 505); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9768 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9768 is #056897. Grayscale: #AFAFAF. Windows color (decimal): -354456 or 6854650. OLE color: 6854650.
HSL color Cylindrical-coordinate representation of color #FA9768: hue angle of 19.32º 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 #FA9768 is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 151 | 104 | - |
| CMYK | 0 | 0.40 | 0.58 | 0.02 |
| HSL | 19.32º | 0.94% | 0.69% | - |
| HSV(B) | 19.32º | 0.58% | 0.98% | - |
| XYZ | 52.99 | 43.46 | 18.69 | - |
| YUV | 175.24 | 87.8 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 151 | 104 | 0 | 0.40 | 0.58 | 0.02 | 19.32 | 0.94 | 0.69 |
| Hex | FA | 97 | 68 | 0 | 28 | 3A | 2 | 13 | 5E | 45 |
| Octal | 372 | 227 | 150 | 0 | 50 | 72 | 2 | 23 | 136 | 105 |
| Binary | 11111010 | 10010111 | 1101000 | 0 | 101000 | 111010 | 10 | 10011 | 1011110 | 1000101 |
Color Harmonies of #FA9768
Complementary color
Monochromatic Colors of #FA9768
Black with #FA9768
Text Example
Text Example
White with #FA9768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9768; }
p { color: rgb(250,151,104); }
H1.HeaderClassName
{
color: #FA9768;
}
.AnyTagClassName
{
color: #FA9768;
}
</style>
background-color css
<style>
a { background-color: #FA9768; }
a { background-color: rgb(250,151,104); }
div.DivClassName
{
background-color: #FA9768;
}
.BgClassName
{
background-color: #FA9768;
}
</style>
border-color css
<style>
span { border-color: #FA9768; }
span { border-color: rgb(250,151,104); }
td.TdClassName
{
border-color: #FA9768;
}
.TagClassName
{
border-color: #FA9768;
}
</style>