Shades of Atomic Tangerine #FA905E
Tints of Atomic Tangerine #FA905E
RGB
CMYK
RGB Variations
Color information
#FA905E (or 0xFA905E) is known color: Atomic Tangerine. HEX triplet: FA, 90 and 5E. RGB value is (250,144,94). Sum of RGB (Red+Green+Blue) = 250+144+94=488 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.23% from 488); Green value is 144 (56.64% from 255 or 29.51% from 488); Blue value is 94 (37.11% from 255 or 19.26% from 488); Max value from RGB is 250 - color contains mainly: red. Hex color #FA905E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA905E is #056FA1. Grayscale: #AAAAAA. Windows color (decimal): -356258 or 6197498. OLE color: 6197498.
HSL color Cylindrical-coordinate representation of color #FA905E: hue angle of 19.23º 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 #FA905E is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 144 | 94 | - |
| CMYK | 0 | 0.42 | 0.62 | 0.02 |
| HSL | 19.23º | 0.94% | 0.67% | - |
| HSV(B) | 19.23º | 0.62% | 0.98% | - |
| XYZ | 51.42 | 41.08 | 15.81 | - |
| YUV | 169.99 | 85.12 | 185.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 144 | 94 | 0 | 0.42 | 0.62 | 0.02 | 19.23 | 0.94 | 0.67 |
| Hex | FA | 90 | 5E | 0 | 2A | 3E | 2 | 13 | 5E | 43 |
| Octal | 372 | 220 | 136 | 0 | 52 | 76 | 2 | 23 | 136 | 103 |
| Binary | 11111010 | 10010000 | 1011110 | 0 | 101010 | 111110 | 10 | 10011 | 1011110 | 1000011 |
Color Harmonies of #FA905E
Complementary color
Monochromatic Colors of #FA905E
Black with #FA905E
Text Example
Text Example
White with #FA905E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA905E; }
p { color: rgb(250,144,94); }
H1.HeaderClassName
{
color: #FA905E;
}
.AnyTagClassName
{
color: #FA905E;
}
</style>
background-color css
<style>
a { background-color: #FA905E; }
a { background-color: rgb(250,144,94); }
div.DivClassName
{
background-color: #FA905E;
}
.BgClassName
{
background-color: #FA905E;
}
</style>
border-color css
<style>
span { border-color: #FA905E; }
span { border-color: rgb(250,144,94); }
td.TdClassName
{
border-color: #FA905E;
}
.TagClassName
{
border-color: #FA905E;
}
</style>