Shades of Atomic Tangerine #FA965F
Tints of Atomic Tangerine #FA965F
RGB
CMYK
RGB Variations
Color information
#FA965F (or 0xFA965F) is known color: Atomic Tangerine. HEX triplet: FA, 96 and 5F. RGB value is (250,150,95). Sum of RGB (Red+Green+Blue) = 250+150+95=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 150 (58.98% from 255 or 30.30% from 495); Blue value is 95 (37.5% from 255 or 19.19% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FA965F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA965F is #0569A0. Grayscale: #ADADAD. Windows color (decimal): -354721 or 6264570. OLE color: 6264570.
HSL color Cylindrical-coordinate representation of color #FA965F: hue angle of 21.29º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FA965F is Cyan = 0, Magento = 0.4, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 150 | 95 | - |
| CMYK | 0 | 0.4 | 0.62 | 0.02 |
| HSL | 21.29º | 0.94% | 0.68% | - |
| HSV(B) | 21.29º | 0.62% | 0.98% | - |
| XYZ | 52.4 | 42.96 | 16.36 | - |
| YUV | 173.63 | 83.63 | 182.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 150 | 95 | 0 | 0.4 | 0.62 | 0.02 | 21.29 | 0.94 | 0.68 |
| Hex | FA | 96 | 5F | 0 | 28 | 3E | 2 | 15 | 5E | 44 |
| Octal | 372 | 226 | 137 | 0 | 50 | 76 | 2 | 25 | 136 | 104 |
| Binary | 11111010 | 10010110 | 1011111 | 0 | 101000 | 111110 | 10 | 10101 | 1011110 | 1000100 |
Color Harmonies of #FA965F
Complementary color
Monochromatic Colors of #FA965F
Black with #FA965F
Text Example
Text Example
White with #FA965F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA965F; }
p { color: rgb(250,150,95); }
H1.HeaderClassName
{
color: #FA965F;
}
.AnyTagClassName
{
color: #FA965F;
}
</style>
background-color css
<style>
a { background-color: #FA965F; }
a { background-color: rgb(250,150,95); }
div.DivClassName
{
background-color: #FA965F;
}
.BgClassName
{
background-color: #FA965F;
}
</style>
border-color css
<style>
span { border-color: #FA965F; }
span { border-color: rgb(250,150,95); }
td.TdClassName
{
border-color: #FA965F;
}
.TagClassName
{
border-color: #FA965F;
}
</style>