Shades of Atomic Tangerine #FA8F61
Tints of Atomic Tangerine #FA8F61
RGB
CMYK
RGB Variations
Color information
#FA8F61 (or 0xFA8F61) is known color: Atomic Tangerine. HEX triplet: FA, 8F and 61. RGB value is (250,143,97). Sum of RGB (Red+Green+Blue) = 250+143+97=490 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.02% from 490); Green value is 143 (56.25% from 255 or 29.18% from 490); Blue value is 97 (38.28% from 255 or 19.80% from 490); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8F61 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8F61 is #05709E. Grayscale: #AAAAAA. Windows color (decimal): -356511 or 6393850. OLE color: 6393850.
HSL color Cylindrical-coordinate representation of color #FA8F61: hue angle of 18.04º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FA8F61 is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 143 | 97 | - |
| CMYK | 0 | 0.43 | 0.61 | 0.02 |
| HSL | 18.04º | 0.94% | 0.68% | - |
| HSV(B) | 18.04º | 0.61% | 0.98% | - |
| XYZ | 51.4 | 40.83 | 16.48 | - |
| YUV | 169.75 | 86.95 | 185.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 143 | 97 | 0 | 0.43 | 0.61 | 0.02 | 18.04 | 0.94 | 0.68 |
| Hex | FA | 8F | 61 | 0 | 2B | 3D | 2 | 12 | 5E | 44 |
| Octal | 372 | 217 | 141 | 0 | 53 | 75 | 2 | 22 | 136 | 104 |
| Binary | 11111010 | 10001111 | 1100001 | 0 | 101011 | 111101 | 10 | 10010 | 1011110 | 1000100 |
Color Harmonies of #FA8F61
Complementary color
Monochromatic Colors of #FA8F61
Black with #FA8F61
Text Example
Text Example
White with #FA8F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8F61; }
p { color: rgb(250,143,97); }
H1.HeaderClassName
{
color: #FA8F61;
}
.AnyTagClassName
{
color: #FA8F61;
}
</style>
background-color css
<style>
a { background-color: #FA8F61; }
a { background-color: rgb(250,143,97); }
div.DivClassName
{
background-color: #FA8F61;
}
.BgClassName
{
background-color: #FA8F61;
}
</style>
border-color css
<style>
span { border-color: #FA8F61; }
span { border-color: rgb(250,143,97); }
td.TdClassName
{
border-color: #FA8F61;
}
.TagClassName
{
border-color: #FA8F61;
}
</style>