Shades of Atomic Tangerine #F9945E
Tints of Atomic Tangerine #F9945E
RGB
CMYK
RGB Variations
Color information
#F9945E (or 0xF9945E) is known color: Atomic Tangerine. HEX triplet: F9, 94 and 5E. RGB value is (249,148,94). Sum of RGB (Red+Green+Blue) = 249+148+94=491 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.71% from 491); Green value is 148 (58.20% from 255 or 30.14% from 491); Blue value is 94 (37.11% from 255 or 19.14% from 491); Max value from RGB is 249 - color contains mainly: red. Hex color #F9945E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9945E is #066BA1. Grayscale: #ACACAC. Windows color (decimal): -420770 or 6198521. OLE color: 6198521.
HSL color Cylindrical-coordinate representation of color #F9945E: hue angle of 20.9º 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 #F9945E is Cyan = 0, Magento = 0.41, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 148 | 94 | - |
| CMYK | 0 | 0.41 | 0.62 | 0.02 |
| HSL | 20.9º | 0.93% | 0.67% | - |
| HSV(B) | 20.9º | 0.62% | 0.98% | - |
| XYZ | 51.68 | 42.13 | 16 | - |
| YUV | 172.04 | 83.96 | 182.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 148 | 94 | 0 | 0.41 | 0.62 | 0.02 | 20.9 | 0.93 | 0.67 |
| Hex | F9 | 94 | 5E | 0 | 29 | 3E | 2 | 15 | 5D | 43 |
| Octal | 371 | 224 | 136 | 0 | 51 | 76 | 2 | 25 | 135 | 103 |
| Binary | 11111001 | 10010100 | 1011110 | 0 | 101001 | 111110 | 10 | 10101 | 1011101 | 1000011 |
Color Harmonies of #F9945E
Complementary color
Monochromatic Colors of #F9945E
Black with #F9945E
Text Example
Text Example
White with #F9945E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9945E; }
p { color: rgb(249,148,94); }
H1.HeaderClassName
{
color: #F9945E;
}
.AnyTagClassName
{
color: #F9945E;
}
</style>
background-color css
<style>
a { background-color: #F9945E; }
a { background-color: rgb(249,148,94); }
div.DivClassName
{
background-color: #F9945E;
}
.BgClassName
{
background-color: #F9945E;
}
</style>
border-color css
<style>
span { border-color: #F9945E; }
span { border-color: rgb(249,148,94); }
td.TdClassName
{
border-color: #F9945E;
}
.TagClassName
{
border-color: #F9945E;
}
</style>