Shades of Atomic Tangerine #FA9867
Tints of Atomic Tangerine #FA9867
RGB
CMYK
RGB Variations
Color information
#FA9867 (or 0xFA9867) is known color: Atomic Tangerine. HEX triplet: FA, 98 and 67. RGB value is (250,152,103). Sum of RGB (Red+Green+Blue) = 250+152+103=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 152 (59.77% from 255 or 30.10% from 505); Blue value is 103 (40.62% from 255 or 20.40% from 505); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9867 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9867 is #056798. Grayscale: #B0B0B0. Windows color (decimal): -354201 or 6789370. OLE color: 6789370.
HSL color Cylindrical-coordinate representation of color #FA9867: hue angle of 20º 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 #FA9867 is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 152 | 103 | - |
| CMYK | 0 | 0.39 | 0.59 | 0.02 |
| HSL | 20º | 0.94% | 0.69% | - |
| HSV(B) | 20º | 0.59% | 0.98% | - |
| XYZ | 53.1 | 43.76 | 18.48 | - |
| YUV | 175.72 | 86.97 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 152 | 103 | 0 | 0.39 | 0.59 | 0.02 | 20 | 0.94 | 0.69 |
| Hex | FA | 98 | 67 | 0 | 27 | 3B | 2 | 14 | 5E | 45 |
| Octal | 372 | 230 | 147 | 0 | 47 | 73 | 2 | 24 | 136 | 105 |
| Binary | 11111010 | 10011000 | 1100111 | 0 | 100111 | 111011 | 10 | 10100 | 1011110 | 1000101 |
Color Harmonies of #FA9867
Complementary color
Monochromatic Colors of #FA9867
Black with #FA9867
Text Example
Text Example
White with #FA9867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9867; }
p { color: rgb(250,152,103); }
H1.HeaderClassName
{
color: #FA9867;
}
.AnyTagClassName
{
color: #FA9867;
}
</style>
background-color css
<style>
a { background-color: #FA9867; }
a { background-color: rgb(250,152,103); }
div.DivClassName
{
background-color: #FA9867;
}
.BgClassName
{
background-color: #FA9867;
}
</style>
border-color css
<style>
span { border-color: #FA9867; }
span { border-color: rgb(250,152,103); }
td.TdClassName
{
border-color: #FA9867;
}
.TagClassName
{
border-color: #FA9867;
}
</style>