Shades of Atomic Tangerine #FA9B5D
Tints of Atomic Tangerine #FA9B5D
RGB
CMYK
RGB Variations
Color information
#FA9B5D (or 0xFA9B5D) is known color: Atomic Tangerine. HEX triplet: FA, 9B and 5D. RGB value is (250,155,93). Sum of RGB (Red+Green+Blue) = 250+155+93=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 155 (60.94% from 255 or 31.12% from 498); Blue value is 93 (36.72% from 255 or 18.67% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9B5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9B5D is #0564A2. Grayscale: #B0B0B0. Windows color (decimal): -353443 or 6134778. OLE color: 6134778.
HSL color Cylindrical-coordinate representation of color #FA9B5D: hue angle of 23.69º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FA9B5D is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 155 | 93 | - |
| CMYK | 0 | 0.38 | 0.63 | 0.02 |
| HSL | 23.69º | 0.94% | 0.67% | - |
| HSV(B) | 23.69º | 0.63% | 0.98% | - |
| XYZ | 53.12 | 44.56 | 16.16 | - |
| YUV | 176.34 | 80.97 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 155 | 93 | 0 | 0.38 | 0.63 | 0.02 | 23.69 | 0.94 | 0.67 |
| Hex | FA | 9B | 5D | 0 | 26 | 3F | 2 | 18 | 5E | 43 |
| Octal | 372 | 233 | 135 | 0 | 46 | 77 | 2 | 30 | 136 | 103 |
| Binary | 11111010 | 10011011 | 1011101 | 0 | 100110 | 111111 | 10 | 11000 | 1011110 | 1000011 |
Color Harmonies of #FA9B5D
Complementary color
Monochromatic Colors of #FA9B5D
Black with #FA9B5D
Text Example
Text Example
White with #FA9B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9B5D; }
p { color: rgb(250,155,93); }
H1.HeaderClassName
{
color: #FA9B5D;
}
.AnyTagClassName
{
color: #FA9B5D;
}
</style>
background-color css
<style>
a { background-color: #FA9B5D; }
a { background-color: rgb(250,155,93); }
div.DivClassName
{
background-color: #FA9B5D;
}
.BgClassName
{
background-color: #FA9B5D;
}
</style>
border-color css
<style>
span { border-color: #FA9B5D; }
span { border-color: rgb(250,155,93); }
td.TdClassName
{
border-color: #FA9B5D;
}
.TagClassName
{
border-color: #FA9B5D;
}
</style>