Shades of Atomic Tangerine #FA9465
Tints of Atomic Tangerine #FA9465
RGB
CMYK
RGB Variations
Color information
#FA9465 (or 0xFA9465) is known color: Atomic Tangerine. HEX triplet: FA, 94 and 65. RGB value is (250,148,101). Sum of RGB (Red+Green+Blue) = 250+148+101=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 148 (58.20% from 255 or 29.66% from 499); Blue value is 101 (39.84% from 255 or 20.24% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9465 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9465 is #056B9A. Grayscale: #ADADAD. Windows color (decimal): -355227 or 6657274. OLE color: 6657274.
HSL color Cylindrical-coordinate representation of color #FA9465: hue angle of 18.93º 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 #FA9465 is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 148 | 101 | - |
| CMYK | 0 | 0.41 | 0.60 | 0.02 |
| HSL | 18.93º | 0.94% | 0.69% | - |
| HSV(B) | 18.93º | 0.6% | 0.98% | - |
| XYZ | 52.36 | 42.44 | 17.74 | - |
| YUV | 173.14 | 87.29 | 182.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 148 | 101 | 0 | 0.41 | 0.60 | 0.02 | 18.93 | 0.94 | 0.69 |
| Hex | FA | 94 | 65 | 0 | 29 | 3C | 2 | 13 | 5E | 45 |
| Octal | 372 | 224 | 145 | 0 | 51 | 74 | 2 | 23 | 136 | 105 |
| Binary | 11111010 | 10010100 | 1100101 | 0 | 101001 | 111100 | 10 | 10011 | 1011110 | 1000101 |
Color Harmonies of #FA9465
Complementary color
Monochromatic Colors of #FA9465
Black with #FA9465
Text Example
Text Example
White with #FA9465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9465; }
p { color: rgb(250,148,101); }
H1.HeaderClassName
{
color: #FA9465;
}
.AnyTagClassName
{
color: #FA9465;
}
</style>
background-color css
<style>
a { background-color: #FA9465; }
a { background-color: rgb(250,148,101); }
div.DivClassName
{
background-color: #FA9465;
}
.BgClassName
{
background-color: #FA9465;
}
</style>
border-color css
<style>
span { border-color: #FA9465; }
span { border-color: rgb(250,148,101); }
td.TdClassName
{
border-color: #FA9465;
}
.TagClassName
{
border-color: #FA9465;
}
</style>