Shades of Atomic Tangerine #FA9964
Tints of Atomic Tangerine #FA9964
RGB
CMYK
RGB Variations
Color information
#FA9964 (or 0xFA9964) is known color: Atomic Tangerine. HEX triplet: FA, 99 and 64. RGB value is (250,153,100). Sum of RGB (Red+Green+Blue) = 250+153+100=503 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.70% from 503); Green value is 153 (60.16% from 255 or 30.42% from 503); Blue value is 100 (39.45% from 255 or 19.88% from 503); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9964 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9964 is #05669B. Grayscale: #B0B0B0. Windows color (decimal): -353948 or 6593018. OLE color: 6593018.
HSL color Cylindrical-coordinate representation of color #FA9964: hue angle of 21.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 #FA9964 is Cyan = 0, Magento = 0.39, Yellow = 0.6 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 153 | 100 | - |
| CMYK | 0 | 0.39 | 0.6 | 0.02 |
| HSL | 21.2º | 0.94% | 0.69% | - |
| HSV(B) | 21.2º | 0.6% | 0.98% | - |
| XYZ | 53.12 | 44.03 | 17.76 | - |
| YUV | 175.96 | 85.14 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 153 | 100 | 0 | 0.39 | 0.6 | 0.02 | 21.2 | 0.94 | 0.69 |
| Hex | FA | 99 | 64 | 0 | 27 | 3C | 2 | 15 | 5E | 45 |
| Octal | 372 | 231 | 144 | 0 | 47 | 74 | 2 | 25 | 136 | 105 |
| Binary | 11111010 | 10011001 | 1100100 | 0 | 100111 | 111100 | 10 | 10101 | 1011110 | 1000101 |
Color Harmonies of #FA9964
Complementary color
Monochromatic Colors of #FA9964
Black with #FA9964
Text Example
Text Example
White with #FA9964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9964; }
p { color: rgb(250,153,100); }
H1.HeaderClassName
{
color: #FA9964;
}
.AnyTagClassName
{
color: #FA9964;
}
</style>
background-color css
<style>
a { background-color: #FA9964; }
a { background-color: rgb(250,153,100); }
div.DivClassName
{
background-color: #FA9964;
}
.BgClassName
{
background-color: #FA9964;
}
</style>
border-color css
<style>
span { border-color: #FA9964; }
span { border-color: rgb(250,153,100); }
td.TdClassName
{
border-color: #FA9964;
}
.TagClassName
{
border-color: #FA9964;
}
</style>