Shades of Atomic Tangerine #FA9F66
Tints of Atomic Tangerine #FA9F66
RGB
CMYK
RGB Variations
Color information
#FA9F66 (or 0xFA9F66) is known color: Atomic Tangerine. HEX triplet: FA, 9F and 66. RGB value is (250,159,102). Sum of RGB (Red+Green+Blue) = 250+159+102=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 159 (62.5% from 255 or 31.12% from 511); Blue value is 102 (40.23% from 255 or 19.96% from 511); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9F66 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9F66 is #056099. Grayscale: #B4B4B4. Windows color (decimal): -352410 or 6725626. OLE color: 6725626.
HSL color Cylindrical-coordinate representation of color #FA9F66: hue angle of 23.11º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FA9F66 is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 159 | 102 | - |
| CMYK | 0 | 0.36 | 0.59 | 0.02 |
| HSL | 23.11º | 0.94% | 0.69% | - |
| HSV(B) | 23.11º | 0.59% | 0.98% | - |
| XYZ | 54.22 | 46.08 | 18.61 | - |
| YUV | 179.71 | 84.15 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 159 | 102 | 0 | 0.36 | 0.59 | 0.02 | 23.11 | 0.94 | 0.69 |
| Hex | FA | 9F | 66 | 0 | 24 | 3B | 2 | 17 | 5E | 45 |
| Octal | 372 | 237 | 146 | 0 | 44 | 73 | 2 | 27 | 136 | 105 |
| Binary | 11111010 | 10011111 | 1100110 | 0 | 100100 | 111011 | 10 | 10111 | 1011110 | 1000101 |
Color Harmonies of #FA9F66
Complementary color
Monochromatic Colors of #FA9F66
Black with #FA9F66
Text Example
Text Example
White with #FA9F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9F66; }
p { color: rgb(250,159,102); }
H1.HeaderClassName
{
color: #FA9F66;
}
.AnyTagClassName
{
color: #FA9F66;
}
</style>
background-color css
<style>
a { background-color: #FA9F66; }
a { background-color: rgb(250,159,102); }
div.DivClassName
{
background-color: #FA9F66;
}
.BgClassName
{
background-color: #FA9F66;
}
</style>
border-color css
<style>
span { border-color: #FA9F66; }
span { border-color: rgb(250,159,102); }
td.TdClassName
{
border-color: #FA9F66;
}
.TagClassName
{
border-color: #FA9F66;
}
</style>