Shades of Atomic Tangerine #FA8F63
Tints of Atomic Tangerine #FA8F63
RGB
CMYK
RGB Variations
Color information
#FA8F63 (or 0xFA8F63) is known color: Atomic Tangerine. HEX triplet: FA, 8F and 63. RGB value is (250,143,99). Sum of RGB (Red+Green+Blue) = 250+143+99=492 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.81% from 492); Green value is 143 (56.25% from 255 or 29.07% from 492); Blue value is 99 (39.06% from 255 or 20.12% from 492); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8F63 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8F63 is #05709C. Grayscale: #AAAAAA. Windows color (decimal): -356509 or 6524922. OLE color: 6524922.
HSL color Cylindrical-coordinate representation of color #FA8F63: hue angle of 17.48º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FA8F63 is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 143 | 99 | - |
| CMYK | 0 | 0.43 | 0.60 | 0.02 |
| HSL | 17.48º | 0.94% | 0.68% | - |
| HSV(B) | 17.48º | 0.6% | 0.98% | - |
| XYZ | 51.5 | 40.87 | 16.98 | - |
| YUV | 169.98 | 87.95 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 143 | 99 | 0 | 0.43 | 0.60 | 0.02 | 17.48 | 0.94 | 0.68 |
| Hex | FA | 8F | 63 | 0 | 2B | 3C | 2 | 11 | 5E | 44 |
| Octal | 372 | 217 | 143 | 0 | 53 | 74 | 2 | 21 | 136 | 104 |
| Binary | 11111010 | 10001111 | 1100011 | 0 | 101011 | 111100 | 10 | 10001 | 1011110 | 1000100 |
Color Harmonies of #FA8F63
Complementary color
Monochromatic Colors of #FA8F63
Black with #FA8F63
Text Example
Text Example
White with #FA8F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8F63; }
p { color: rgb(250,143,99); }
H1.HeaderClassName
{
color: #FA8F63;
}
.AnyTagClassName
{
color: #FA8F63;
}
</style>
background-color css
<style>
a { background-color: #FA8F63; }
a { background-color: rgb(250,143,99); }
div.DivClassName
{
background-color: #FA8F63;
}
.BgClassName
{
background-color: #FA8F63;
}
</style>
border-color css
<style>
span { border-color: #FA8F63; }
span { border-color: rgb(250,143,99); }
td.TdClassName
{
border-color: #FA8F63;
}
.TagClassName
{
border-color: #FA8F63;
}
</style>