Shades of Atomic Tangerine #FA9965
Tints of Atomic Tangerine #FA9965
RGB
CMYK
RGB Variations
Color information
#FA9965 (or 0xFA9965) is known color: Atomic Tangerine. HEX triplet: FA, 99 and 65. RGB value is (250,153,101). Sum of RGB (Red+Green+Blue) = 250+153+101=504 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.60% from 504); Green value is 153 (60.16% from 255 or 30.36% from 504); Blue value is 101 (39.84% from 255 or 20.04% from 504); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9965 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9965 is #05669A. Grayscale: #B0B0B0. Windows color (decimal): -353947 or 6658554. OLE color: 6658554.
HSL color Cylindrical-coordinate representation of color #FA9965: hue angle of 20.94º 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 #FA9965 is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 153 | 101 | - |
| CMYK | 0 | 0.39 | 0.60 | 0.02 |
| HSL | 20.94º | 0.94% | 0.69% | - |
| HSV(B) | 20.94º | 0.6% | 0.98% | - |
| XYZ | 53.16 | 44.05 | 18.01 | - |
| YUV | 176.08 | 85.64 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 153 | 101 | 0 | 0.39 | 0.60 | 0.02 | 20.94 | 0.94 | 0.69 |
| Hex | FA | 99 | 65 | 0 | 27 | 3C | 2 | 15 | 5E | 45 |
| Octal | 372 | 231 | 145 | 0 | 47 | 74 | 2 | 25 | 136 | 105 |
| Binary | 11111010 | 10011001 | 1100101 | 0 | 100111 | 111100 | 10 | 10101 | 1011110 | 1000101 |
Color Harmonies of #FA9965
Complementary color
Monochromatic Colors of #FA9965
Black with #FA9965
Text Example
Text Example
White with #FA9965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9965; }
p { color: rgb(250,153,101); }
H1.HeaderClassName
{
color: #FA9965;
}
.AnyTagClassName
{
color: #FA9965;
}
</style>
background-color css
<style>
a { background-color: #FA9965; }
a { background-color: rgb(250,153,101); }
div.DivClassName
{
background-color: #FA9965;
}
.BgClassName
{
background-color: #FA9965;
}
</style>
border-color css
<style>
span { border-color: #FA9965; }
span { border-color: rgb(250,153,101); }
td.TdClassName
{
border-color: #FA9965;
}
.TagClassName
{
border-color: #FA9965;
}
</style>