Shades of Atomic Tangerine #FA9B5E
Tints of Atomic Tangerine #FA9B5E
RGB
CMYK
RGB Variations
Color information
#FA9B5E (or 0xFA9B5E) is known color: Atomic Tangerine. HEX triplet: FA, 9B and 5E. RGB value is (250,155,94). Sum of RGB (Red+Green+Blue) = 250+155+94=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 155 (60.94% from 255 or 31.06% from 499); Blue value is 94 (37.11% from 255 or 18.84% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9B5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9B5E is #0564A1. Grayscale: #B0B0B0. Windows color (decimal): -353442 or 6200314. OLE color: 6200314.
HSL color Cylindrical-coordinate representation of color #FA9B5E: hue angle of 23.46º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FA9B5E is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 155 | 94 | - |
| CMYK | 0 | 0.38 | 0.62 | 0.02 |
| HSL | 23.46º | 0.94% | 0.67% | - |
| HSV(B) | 23.46º | 0.62% | 0.98% | - |
| XYZ | 53.17 | 44.57 | 16.39 | - |
| YUV | 176.45 | 81.47 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 155 | 94 | 0 | 0.38 | 0.62 | 0.02 | 23.46 | 0.94 | 0.67 |
| Hex | FA | 9B | 5E | 0 | 26 | 3E | 2 | 17 | 5E | 43 |
| Octal | 372 | 233 | 136 | 0 | 46 | 76 | 2 | 27 | 136 | 103 |
| Binary | 11111010 | 10011011 | 1011110 | 0 | 100110 | 111110 | 10 | 10111 | 1011110 | 1000011 |
Color Harmonies of #FA9B5E
Complementary color
Monochromatic Colors of #FA9B5E
Black with #FA9B5E
Text Example
Text Example
White with #FA9B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9B5E; }
p { color: rgb(250,155,94); }
H1.HeaderClassName
{
color: #FA9B5E;
}
.AnyTagClassName
{
color: #FA9B5E;
}
</style>
background-color css
<style>
a { background-color: #FA9B5E; }
a { background-color: rgb(250,155,94); }
div.DivClassName
{
background-color: #FA9B5E;
}
.BgClassName
{
background-color: #FA9B5E;
}
</style>
border-color css
<style>
span { border-color: #FA9B5E; }
span { border-color: rgb(250,155,94); }
td.TdClassName
{
border-color: #FA9B5E;
}
.TagClassName
{
border-color: #FA9B5E;
}
</style>