Shades of Atomic Tangerine #FA9265
Tints of Atomic Tangerine #FA9265
RGB
CMYK
RGB Variations
Color information
#FA9265 (or 0xFA9265) is known color: Atomic Tangerine. HEX triplet: FA, 92 and 65. RGB value is (250,146,101). Sum of RGB (Red+Green+Blue) = 250+146+101=497 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.30% from 497); Green value is 146 (57.42% from 255 or 29.38% from 497); Blue value is 101 (39.84% from 255 or 20.32% from 497); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9265 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9265 is #056D9A. Grayscale: #ACACAC. Windows color (decimal): -355739 or 6656762. OLE color: 6656762.
HSL color Cylindrical-coordinate representation of color #FA9265: hue angle of 18.12º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FA9265 is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 146 | 101 | - |
| CMYK | 0 | 0.42 | 0.60 | 0.02 |
| HSL | 18.12º | 0.94% | 0.69% | - |
| HSV(B) | 18.12º | 0.6% | 0.98% | - |
| XYZ | 52.05 | 41.82 | 17.64 | - |
| YUV | 171.97 | 87.96 | 183.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 146 | 101 | 0 | 0.42 | 0.60 | 0.02 | 18.12 | 0.94 | 0.69 |
| Hex | FA | 92 | 65 | 0 | 2A | 3C | 2 | 12 | 5E | 45 |
| Octal | 372 | 222 | 145 | 0 | 52 | 74 | 2 | 22 | 136 | 105 |
| Binary | 11111010 | 10010010 | 1100101 | 0 | 101010 | 111100 | 10 | 10010 | 1011110 | 1000101 |
Color Harmonies of #FA9265
Complementary color
Monochromatic Colors of #FA9265
Black with #FA9265
Text Example
Text Example
White with #FA9265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9265; }
p { color: rgb(250,146,101); }
H1.HeaderClassName
{
color: #FA9265;
}
.AnyTagClassName
{
color: #FA9265;
}
</style>
background-color css
<style>
a { background-color: #FA9265; }
a { background-color: rgb(250,146,101); }
div.DivClassName
{
background-color: #FA9265;
}
.BgClassName
{
background-color: #FA9265;
}
</style>
border-color css
<style>
span { border-color: #FA9265; }
span { border-color: rgb(250,146,101); }
td.TdClassName
{
border-color: #FA9265;
}
.TagClassName
{
border-color: #FA9265;
}
</style>