Shades of Atomic Tangerine #FA9268
Tints of Atomic Tangerine #FA9268
RGB
CMYK
RGB Variations
Color information
#FA9268 (or 0xFA9268) is known color: Atomic Tangerine. HEX triplet: FA, 92 and 68. RGB value is (250,146,104). Sum of RGB (Red+Green+Blue) = 250+146+104=500 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50% from 500); Green value is 146 (57.42% from 255 or 29.2% from 500); Blue value is 104 (41.02% from 255 or 20.8% from 500); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9268 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9268 is #056D97. Grayscale: #ACACAC. Windows color (decimal): -355736 or 6853370. OLE color: 6853370.
HSL color Cylindrical-coordinate representation of color #FA9268: hue angle of 17.26º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FA9268 is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 146 | 104 | - |
| CMYK | 0 | 0.42 | 0.58 | 0.02 |
| HSL | 17.26º | 0.94% | 0.69% | - |
| HSV(B) | 17.26º | 0.58% | 0.98% | - |
| XYZ | 52.2 | 41.88 | 18.43 | - |
| YUV | 172.31 | 89.46 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 146 | 104 | 0 | 0.42 | 0.58 | 0.02 | 17.26 | 0.94 | 0.69 |
| Hex | FA | 92 | 68 | 0 | 2A | 3A | 2 | 11 | 5E | 45 |
| Octal | 372 | 222 | 150 | 0 | 52 | 72 | 2 | 21 | 136 | 105 |
| Binary | 11111010 | 10010010 | 1101000 | 0 | 101010 | 111010 | 10 | 10001 | 1011110 | 1000101 |
Color Harmonies of #FA9268
Complementary color
Monochromatic Colors of #FA9268
Black with #FA9268
Text Example
Text Example
White with #FA9268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9268; }
p { color: rgb(250,146,104); }
H1.HeaderClassName
{
color: #FA9268;
}
.AnyTagClassName
{
color: #FA9268;
}
</style>
background-color css
<style>
a { background-color: #FA9268; }
a { background-color: rgb(250,146,104); }
div.DivClassName
{
background-color: #FA9268;
}
.BgClassName
{
background-color: #FA9268;
}
</style>
border-color css
<style>
span { border-color: #FA9268; }
span { border-color: rgb(250,146,104); }
td.TdClassName
{
border-color: #FA9268;
}
.TagClassName
{
border-color: #FA9268;
}
</style>