Shades of Atomic Tangerine #FA975A
Tints of Atomic Tangerine #FA975A
RGB
CMYK
RGB Variations
Color information
#FA975A (or 0xFA975A) is known color: Atomic Tangerine. HEX triplet: FA, 97 and 5A. RGB value is (250,151,90). Sum of RGB (Red+Green+Blue) = 250+151+90=491 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.92% from 491); Green value is 151 (59.38% from 255 or 30.75% from 491); Blue value is 90 (35.55% from 255 or 18.33% from 491); Max value from RGB is 250 - color contains mainly: red. Hex color #FA975A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA975A is #0568A5. Grayscale: #ADADAD. Windows color (decimal): -354470 or 5937146. OLE color: 5937146.
HSL color Cylindrical-coordinate representation of color #FA975A: hue angle of 22.88º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FA975A is Cyan = 0, Magento = 0.40, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 151 | 90 | - |
| CMYK | 0 | 0.40 | 0.64 | 0.02 |
| HSL | 22.88º | 0.94% | 0.67% | - |
| HSV(B) | 22.88º | 0.64% | 0.98% | - |
| XYZ | 52.34 | 43.2 | 15.25 | - |
| YUV | 173.65 | 80.8 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 151 | 90 | 0 | 0.40 | 0.64 | 0.02 | 22.88 | 0.94 | 0.67 |
| Hex | FA | 97 | 5A | 0 | 28 | 40 | 2 | 17 | 5E | 43 |
| Octal | 372 | 227 | 132 | 0 | 50 | 100 | 2 | 27 | 136 | 103 |
| Binary | 11111010 | 10010111 | 1011010 | 0 | 101000 | 1000000 | 10 | 10111 | 1011110 | 1000011 |
Color Harmonies of #FA975A
Complementary color
Monochromatic Colors of #FA975A
Black with #FA975A
Text Example
Text Example
White with #FA975A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA975A; }
p { color: rgb(250,151,90); }
H1.HeaderClassName
{
color: #FA975A;
}
.AnyTagClassName
{
color: #FA975A;
}
</style>
background-color css
<style>
a { background-color: #FA975A; }
a { background-color: rgb(250,151,90); }
div.DivClassName
{
background-color: #FA975A;
}
.BgClassName
{
background-color: #FA975A;
}
</style>
border-color css
<style>
span { border-color: #FA975A; }
span { border-color: rgb(250,151,90); }
td.TdClassName
{
border-color: #FA975A;
}
.TagClassName
{
border-color: #FA975A;
}
</style>