Shades of Atomic Tangerine #FA9566
Tints of Atomic Tangerine #FA9566
RGB
CMYK
RGB Variations
Color information
#FA9566 (or 0xFA9566) is known color: Atomic Tangerine. HEX triplet: FA, 95 and 66. RGB value is (250,149,102). Sum of RGB (Red+Green+Blue) = 250+149+102=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 149 (58.59% from 255 or 29.74% from 501); Blue value is 102 (40.23% from 255 or 20.36% from 501); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9566 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9566 is #056A99. Grayscale: #AEAEAE. Windows color (decimal): -354970 or 6723066. OLE color: 6723066.
HSL color Cylindrical-coordinate representation of color #FA9566: hue angle of 19.05º 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 #FA9566 is Cyan = 0, Magento = 0.40, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 149 | 102 | - |
| CMYK | 0 | 0.40 | 0.59 | 0.02 |
| HSL | 19.05º | 0.94% | 0.69% | - |
| HSV(B) | 19.05º | 0.59% | 0.98% | - |
| XYZ | 52.57 | 42.78 | 18.06 | - |
| YUV | 173.84 | 87.46 | 182.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 149 | 102 | 0 | 0.40 | 0.59 | 0.02 | 19.05 | 0.94 | 0.69 |
| Hex | FA | 95 | 66 | 0 | 28 | 3B | 2 | 13 | 5E | 45 |
| Octal | 372 | 225 | 146 | 0 | 50 | 73 | 2 | 23 | 136 | 105 |
| Binary | 11111010 | 10010101 | 1100110 | 0 | 101000 | 111011 | 10 | 10011 | 1011110 | 1000101 |
Color Harmonies of #FA9566
Complementary color
Monochromatic Colors of #FA9566
Black with #FA9566
Text Example
Text Example
White with #FA9566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9566; }
p { color: rgb(250,149,102); }
H1.HeaderClassName
{
color: #FA9566;
}
.AnyTagClassName
{
color: #FA9566;
}
</style>
background-color css
<style>
a { background-color: #FA9566; }
a { background-color: rgb(250,149,102); }
div.DivClassName
{
background-color: #FA9566;
}
.BgClassName
{
background-color: #FA9566;
}
</style>
border-color css
<style>
span { border-color: #FA9566; }
span { border-color: rgb(250,149,102); }
td.TdClassName
{
border-color: #FA9566;
}
.TagClassName
{
border-color: #FA9566;
}
</style>