Shades of Atomic Tangerine #FA9372
Tints of Atomic Tangerine #FA9372
RGB
CMYK
RGB Variations
Color information
#FA9372 (or 0xFA9372) is known color: Atomic Tangerine. HEX triplet: FA, 93 and 72. RGB value is (250,147,114). Sum of RGB (Red+Green+Blue) = 250+147+114=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 147 (57.81% from 255 or 28.77% from 511); Blue value is 114 (44.92% from 255 or 22.31% from 511); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9372 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9372 is #056C8D. Grayscale: #AEAEAE. Windows color (decimal): -355470 or 7508986. OLE color: 7508986.
HSL color Cylindrical-coordinate representation of color #FA9372: hue angle of 14.56º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FA9372 is Cyan = 0, Magento = 0.41, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 147 | 114 | - |
| CMYK | 0 | 0.41 | 0.54 | 0.02 |
| HSL | 14.56º | 0.93% | 0.71% | - |
| HSV(B) | 14.56º | 0.54% | 0.98% | - |
| XYZ | 52.9 | 42.41 | 21.32 | - |
| YUV | 174.04 | 94.12 | 182.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 147 | 114 | 0 | 0.41 | 0.54 | 0.02 | 14.56 | 0.93 | 0.71 |
| Hex | FA | 93 | 72 | 0 | 29 | 36 | 2 | F | 5D | 47 |
| Octal | 372 | 223 | 162 | 0 | 51 | 66 | 2 | 17 | 135 | 107 |
| Binary | 11111010 | 10010011 | 1110010 | 0 | 101001 | 110110 | 10 | 1111 | 1011101 | 1000111 |
Color Harmonies of #FA9372
Complementary color
Monochromatic Colors of #FA9372
Black with #FA9372
Text Example
Text Example
White with #FA9372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9372; }
p { color: rgb(250,147,114); }
H1.HeaderClassName
{
color: #FA9372;
}
.AnyTagClassName
{
color: #FA9372;
}
</style>
background-color css
<style>
a { background-color: #FA9372; }
a { background-color: rgb(250,147,114); }
div.DivClassName
{
background-color: #FA9372;
}
.BgClassName
{
background-color: #FA9372;
}
</style>
border-color css
<style>
span { border-color: #FA9372; }
span { border-color: rgb(250,147,114); }
td.TdClassName
{
border-color: #FA9372;
}
.TagClassName
{
border-color: #FA9372;
}
</style>