Shades of Atomic Tangerine #FA975E
Tints of Atomic Tangerine #FA975E
RGB
CMYK
RGB Variations
Color information
#FA975E (or 0xFA975E) is known color: Atomic Tangerine. HEX triplet: FA, 97 and 5E. RGB value is (250,151,94). Sum of RGB (Red+Green+Blue) = 250+151+94=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 151 (59.38% from 255 or 30.51% from 495); Blue value is 94 (37.11% from 255 or 18.99% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FA975E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA975E is #0568A1. Grayscale: #AEAEAE. Windows color (decimal): -354466 or 6199290. OLE color: 6199290.
HSL color Cylindrical-coordinate representation of color #FA975E: hue angle of 21.92º 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 #FA975E is Cyan = 0, Magento = 0.40, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 151 | 94 | - |
| CMYK | 0 | 0.40 | 0.62 | 0.02 |
| HSL | 21.92º | 0.94% | 0.67% | - |
| HSV(B) | 21.92º | 0.62% | 0.98% | - |
| XYZ | 52.51 | 43.27 | 16.17 | - |
| YUV | 174.1 | 82.8 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 151 | 94 | 0 | 0.40 | 0.62 | 0.02 | 21.92 | 0.94 | 0.67 |
| Hex | FA | 97 | 5E | 0 | 28 | 3E | 2 | 16 | 5E | 43 |
| Octal | 372 | 227 | 136 | 0 | 50 | 76 | 2 | 26 | 136 | 103 |
| Binary | 11111010 | 10010111 | 1011110 | 0 | 101000 | 111110 | 10 | 10110 | 1011110 | 1000011 |
Color Harmonies of #FA975E
Complementary color
Monochromatic Colors of #FA975E
Black with #FA975E
Text Example
Text Example
White with #FA975E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA975E; }
p { color: rgb(250,151,94); }
H1.HeaderClassName
{
color: #FA975E;
}
.AnyTagClassName
{
color: #FA975E;
}
</style>
background-color css
<style>
a { background-color: #FA975E; }
a { background-color: rgb(250,151,94); }
div.DivClassName
{
background-color: #FA975E;
}
.BgClassName
{
background-color: #FA975E;
}
</style>
border-color css
<style>
span { border-color: #FA975E; }
span { border-color: rgb(250,151,94); }
td.TdClassName
{
border-color: #FA975E;
}
.TagClassName
{
border-color: #FA975E;
}
</style>