Shades of Atomic Tangerine #F9965E
Tints of Atomic Tangerine #F9965E
RGB
CMYK
RGB Variations
Color information
#F9965E (or 0xF9965E) is known color: Atomic Tangerine. HEX triplet: F9, 96 and 5E. RGB value is (249,150,94). Sum of RGB (Red+Green+Blue) = 249+150+94=493 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.51% from 493); Green value is 150 (58.98% from 255 or 30.43% from 493); Blue value is 94 (37.11% from 255 or 19.07% from 493); Max value from RGB is 249 - color contains mainly: red. Hex color #F9965E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9965E is #0669A1. Grayscale: #ADADAD. Windows color (decimal): -420258 or 6199033. OLE color: 6199033.
HSL color Cylindrical-coordinate representation of color #F9965E: hue angle of 21.68º degrees, saturation: 0.93, 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 #F9965E is Cyan = 0, Magento = 0.40, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 150 | 94 | - |
| CMYK | 0 | 0.40 | 0.62 | 0.02 |
| HSL | 21.68º | 0.93% | 0.67% | - |
| HSV(B) | 21.68º | 0.62% | 0.98% | - |
| XYZ | 51.99 | 42.76 | 16.1 | - |
| YUV | 173.22 | 83.3 | 182.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 150 | 94 | 0 | 0.40 | 0.62 | 0.02 | 21.68 | 0.93 | 0.67 |
| Hex | F9 | 96 | 5E | 0 | 28 | 3E | 2 | 16 | 5D | 43 |
| Octal | 371 | 226 | 136 | 0 | 50 | 76 | 2 | 26 | 135 | 103 |
| Binary | 11111001 | 10010110 | 1011110 | 0 | 101000 | 111110 | 10 | 10110 | 1011101 | 1000011 |
Color Harmonies of #F9965E
Complementary color
Monochromatic Colors of #F9965E
Black with #F9965E
Text Example
Text Example
White with #F9965E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9965E; }
p { color: rgb(249,150,94); }
H1.HeaderClassName
{
color: #F9965E;
}
.AnyTagClassName
{
color: #F9965E;
}
</style>
background-color css
<style>
a { background-color: #F9965E; }
a { background-color: rgb(249,150,94); }
div.DivClassName
{
background-color: #F9965E;
}
.BgClassName
{
background-color: #F9965E;
}
</style>
border-color css
<style>
span { border-color: #F9965E; }
span { border-color: rgb(249,150,94); }
td.TdClassName
{
border-color: #F9965E;
}
.TagClassName
{
border-color: #F9965E;
}
</style>