Shades of Atomic Tangerine #FA9166
Tints of Atomic Tangerine #FA9166
RGB
CMYK
RGB Variations
Color information
#FA9166 (or 0xFA9166) is known color: Atomic Tangerine. HEX triplet: FA, 91 and 66. RGB value is (250,145,102). Sum of RGB (Red+Green+Blue) = 250+145+102=497 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.30% from 497); Green value is 145 (57.03% from 255 or 29.18% from 497); Blue value is 102 (40.23% from 255 or 20.52% from 497); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9166 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9166 is #056E99. Grayscale: #ABABAB. Windows color (decimal): -355994 or 6722042. OLE color: 6722042.
HSL color Cylindrical-coordinate representation of color #FA9166: hue angle of 17.43º 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 #FA9166 is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 145 | 102 | - |
| CMYK | 0 | 0.42 | 0.59 | 0.02 |
| HSL | 17.43º | 0.94% | 0.69% | - |
| HSV(B) | 17.43º | 0.59% | 0.98% | - |
| XYZ | 51.95 | 41.53 | 17.85 | - |
| YUV | 171.49 | 88.79 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 145 | 102 | 0 | 0.42 | 0.59 | 0.02 | 17.43 | 0.94 | 0.69 |
| Hex | FA | 91 | 66 | 0 | 2A | 3B | 2 | 11 | 5E | 45 |
| Octal | 372 | 221 | 146 | 0 | 52 | 73 | 2 | 21 | 136 | 105 |
| Binary | 11111010 | 10010001 | 1100110 | 0 | 101010 | 111011 | 10 | 10001 | 1011110 | 1000101 |
Color Harmonies of #FA9166
Complementary color
Monochromatic Colors of #FA9166
Black with #FA9166
Text Example
Text Example
White with #FA9166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9166; }
p { color: rgb(250,145,102); }
H1.HeaderClassName
{
color: #FA9166;
}
.AnyTagClassName
{
color: #FA9166;
}
</style>
background-color css
<style>
a { background-color: #FA9166; }
a { background-color: rgb(250,145,102); }
div.DivClassName
{
background-color: #FA9166;
}
.BgClassName
{
background-color: #FA9166;
}
</style>
border-color css
<style>
span { border-color: #FA9166; }
span { border-color: rgb(250,145,102); }
td.TdClassName
{
border-color: #FA9166;
}
.TagClassName
{
border-color: #FA9166;
}
</style>