Shades of Atomic Tangerine #FA9A6B
Tints of Atomic Tangerine #FA9A6B
RGB
CMYK
RGB Variations
Color information
#FA9A6B (or 0xFA9A6B) is known color: Atomic Tangerine. HEX triplet: FA, 9A and 6B. RGB value is (250,154,107). Sum of RGB (Red+Green+Blue) = 250+154+107=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 154 (60.55% from 255 or 30.14% from 511); Blue value is 107 (42.19% from 255 or 20.94% from 511); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9A6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9A6B is #056594. Grayscale: #B1B1B1. Windows color (decimal): -353685 or 7052026. OLE color: 7052026.
HSL color Cylindrical-coordinate representation of color #FA9A6B: hue angle of 19.72º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FA9A6B is Cyan = 0, Magento = 0.38, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 154 | 107 | - |
| CMYK | 0 | 0.38 | 0.57 | 0.02 |
| HSL | 19.72º | 0.93% | 0.7% | - |
| HSV(B) | 19.72º | 0.57% | 0.98% | - |
| XYZ | 53.63 | 44.5 | 19.67 | - |
| YUV | 177.35 | 88.3 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 154 | 107 | 0 | 0.38 | 0.57 | 0.02 | 19.72 | 0.93 | 0.7 |
| Hex | FA | 9A | 6B | 0 | 26 | 39 | 2 | 14 | 5D | 46 |
| Octal | 372 | 232 | 153 | 0 | 46 | 71 | 2 | 24 | 135 | 106 |
| Binary | 11111010 | 10011010 | 1101011 | 0 | 100110 | 111001 | 10 | 10100 | 1011101 | 1000110 |
Color Harmonies of #FA9A6B
Complementary color
Monochromatic Colors of #FA9A6B
Black with #FA9A6B
Text Example
Text Example
White with #FA9A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9A6B; }
p { color: rgb(250,154,107); }
H1.HeaderClassName
{
color: #FA9A6B;
}
.AnyTagClassName
{
color: #FA9A6B;
}
</style>
background-color css
<style>
a { background-color: #FA9A6B; }
a { background-color: rgb(250,154,107); }
div.DivClassName
{
background-color: #FA9A6B;
}
.BgClassName
{
background-color: #FA9A6B;
}
</style>
border-color css
<style>
span { border-color: #FA9A6B; }
span { border-color: rgb(250,154,107); }
td.TdClassName
{
border-color: #FA9A6B;
}
.TagClassName
{
border-color: #FA9A6B;
}
</style>