Shades of Atomic Tangerine #FA8F64
Tints of Atomic Tangerine #FA8F64
RGB
CMYK
RGB Variations
Color information
#FA8F64 (or 0xFA8F64) is known color: Atomic Tangerine. HEX triplet: FA, 8F and 64. RGB value is (250,143,100). Sum of RGB (Red+Green+Blue) = 250+143+100=493 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.71% from 493); Green value is 143 (56.25% from 255 or 29.01% from 493); Blue value is 100 (39.45% from 255 or 20.28% from 493); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8F64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8F64 is #05709B. Grayscale: #AAAAAA. Windows color (decimal): -356508 or 6590458. OLE color: 6590458.
HSL color Cylindrical-coordinate representation of color #FA8F64: hue angle of 17.2º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FA8F64 is Cyan = 0, Magento = 0.43, Yellow = 0.6 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 143 | 100 | - |
| CMYK | 0 | 0.43 | 0.6 | 0.02 |
| HSL | 17.2º | 0.94% | 0.69% | - |
| HSV(B) | 17.2º | 0.6% | 0.98% | - |
| XYZ | 51.55 | 40.89 | 17.23 | - |
| YUV | 170.09 | 88.45 | 185 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 143 | 100 | 0 | 0.43 | 0.6 | 0.02 | 17.2 | 0.94 | 0.69 |
| Hex | FA | 8F | 64 | 0 | 2B | 3C | 2 | 11 | 5E | 45 |
| Octal | 372 | 217 | 144 | 0 | 53 | 74 | 2 | 21 | 136 | 105 |
| Binary | 11111010 | 10001111 | 1100100 | 0 | 101011 | 111100 | 10 | 10001 | 1011110 | 1000101 |
Color Harmonies of #FA8F64
Complementary color
Monochromatic Colors of #FA8F64
Black with #FA8F64
Text Example
Text Example
White with #FA8F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8F64; }
p { color: rgb(250,143,100); }
H1.HeaderClassName
{
color: #FA8F64;
}
.AnyTagClassName
{
color: #FA8F64;
}
</style>
background-color css
<style>
a { background-color: #FA8F64; }
a { background-color: rgb(250,143,100); }
div.DivClassName
{
background-color: #FA8F64;
}
.BgClassName
{
background-color: #FA8F64;
}
</style>
border-color css
<style>
span { border-color: #FA8F64; }
span { border-color: rgb(250,143,100); }
td.TdClassName
{
border-color: #FA8F64;
}
.TagClassName
{
border-color: #FA8F64;
}
</style>