Shades of Atomic Tangerine #FA9362
Tints of Atomic Tangerine #FA9362
RGB
CMYK
RGB Variations
Color information
#FA9362 (or 0xFA9362) is known color: Atomic Tangerine. HEX triplet: FA, 93 and 62. RGB value is (250,147,98). Sum of RGB (Red+Green+Blue) = 250+147+98=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 147 (57.81% from 255 or 29.70% from 495); Blue value is 98 (38.67% from 255 or 19.80% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9362 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9362 is #056C9D. Grayscale: #ACACAC. Windows color (decimal): -355486 or 6460410. OLE color: 6460410.
HSL color Cylindrical-coordinate representation of color #FA9362: hue angle of 19.34º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FA9362 is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 147 | 98 | - |
| CMYK | 0 | 0.41 | 0.61 | 0.02 |
| HSL | 19.34º | 0.94% | 0.68% | - |
| HSV(B) | 19.34º | 0.61% | 0.98% | - |
| XYZ | 52.06 | 42.07 | 16.93 | - |
| YUV | 172.21 | 86.12 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 147 | 98 | 0 | 0.41 | 0.61 | 0.02 | 19.34 | 0.94 | 0.68 |
| Hex | FA | 93 | 62 | 0 | 29 | 3D | 2 | 13 | 5E | 44 |
| Octal | 372 | 223 | 142 | 0 | 51 | 75 | 2 | 23 | 136 | 104 |
| Binary | 11111010 | 10010011 | 1100010 | 0 | 101001 | 111101 | 10 | 10011 | 1011110 | 1000100 |
Color Harmonies of #FA9362
Complementary color
Monochromatic Colors of #FA9362
Black with #FA9362
Text Example
Text Example
White with #FA9362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9362; }
p { color: rgb(250,147,98); }
H1.HeaderClassName
{
color: #FA9362;
}
.AnyTagClassName
{
color: #FA9362;
}
</style>
background-color css
<style>
a { background-color: #FA9362; }
a { background-color: rgb(250,147,98); }
div.DivClassName
{
background-color: #FA9362;
}
.BgClassName
{
background-color: #FA9362;
}
</style>
border-color css
<style>
span { border-color: #FA9362; }
span { border-color: rgb(250,147,98); }
td.TdClassName
{
border-color: #FA9362;
}
.TagClassName
{
border-color: #FA9362;
}
</style>