Shades of Atomic Tangerine #FA935B
Tints of Atomic Tangerine #FA935B
RGB
CMYK
RGB Variations
Color information
#FA935B (or 0xFA935B) is known color: Atomic Tangerine. HEX triplet: FA, 93 and 5B. RGB value is (250,147,91). Sum of RGB (Red+Green+Blue) = 250+147+91=488 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.23% from 488); Green value is 147 (57.81% from 255 or 30.12% from 488); Blue value is 91 (35.94% from 255 or 18.65% from 488); Max value from RGB is 250 - color contains mainly: red. Hex color #FA935B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA935B is #056CA4. Grayscale: #ABABAB. Windows color (decimal): -355493 or 6001658. OLE color: 6001658.
HSL color Cylindrical-coordinate representation of color #FA935B: hue angle of 21.13º 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 #FA935B is Cyan = 0, Magento = 0.41, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 147 | 91 | - |
| CMYK | 0 | 0.41 | 0.64 | 0.02 |
| HSL | 21.13º | 0.94% | 0.67% | - |
| HSV(B) | 21.13º | 0.64% | 0.98% | - |
| XYZ | 51.75 | 41.95 | 15.27 | - |
| YUV | 171.41 | 82.62 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 147 | 91 | 0 | 0.41 | 0.64 | 0.02 | 21.13 | 0.94 | 0.67 |
| Hex | FA | 93 | 5B | 0 | 29 | 40 | 2 | 15 | 5E | 43 |
| Octal | 372 | 223 | 133 | 0 | 51 | 100 | 2 | 25 | 136 | 103 |
| Binary | 11111010 | 10010011 | 1011011 | 0 | 101001 | 1000000 | 10 | 10101 | 1011110 | 1000011 |
Color Harmonies of #FA935B
Complementary color
Monochromatic Colors of #FA935B
Black with #FA935B
Text Example
Text Example
White with #FA935B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA935B; }
p { color: rgb(250,147,91); }
H1.HeaderClassName
{
color: #FA935B;
}
.AnyTagClassName
{
color: #FA935B;
}
</style>
background-color css
<style>
a { background-color: #FA935B; }
a { background-color: rgb(250,147,91); }
div.DivClassName
{
background-color: #FA935B;
}
.BgClassName
{
background-color: #FA935B;
}
</style>
border-color css
<style>
span { border-color: #FA935B; }
span { border-color: rgb(250,147,91); }
td.TdClassName
{
border-color: #FA935B;
}
.TagClassName
{
border-color: #FA935B;
}
</style>