Shades of Atomic Tangerine #F1966C
Tints of Atomic Tangerine #F1966C
RGB
CMYK
RGB Variations
Color information
#F1966C (or 0xF1966C) is known color: Atomic Tangerine. HEX triplet: F1, 96 and 6C. RGB value is (241,150,108). Sum of RGB (Red+Green+Blue) = 241+150+108=499 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.30% from 499); Green value is 150 (58.98% from 255 or 30.06% from 499); Blue value is 108 (42.58% from 255 or 21.64% from 499); Max value from RGB is 241 - color contains mainly: red. Hex color #F1966C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1966C is #0E6993. Grayscale: #ACACAC. Windows color (decimal): -944532 or 7116529. OLE color: 7116529.
HSL color Cylindrical-coordinate representation of color #F1966C: hue angle of 18.95º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F1966C is Cyan = 0, Magento = 0.38, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 150 | 108 | - |
| CMYK | 0 | 0.38 | 0.55 | 0.05 |
| HSL | 18.95º | 0.83% | 0.68% | - |
| HSV(B) | 18.95º | 0.55% | 0.95% | - |
| XYZ | 49.89 | 41.6 | 19.59 | - |
| YUV | 172.42 | 91.65 | 176.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 150 | 108 | 0 | 0.38 | 0.55 | 0.05 | 18.95 | 0.83 | 0.68 |
| Hex | F1 | 96 | 6C | 0 | 26 | 37 | 5 | 13 | 53 | 44 |
| Octal | 361 | 226 | 154 | 0 | 46 | 67 | 5 | 23 | 123 | 104 |
| Binary | 11110001 | 10010110 | 1101100 | 0 | 100110 | 110111 | 101 | 10011 | 1010011 | 1000100 |
Color Harmonies of #F1966C
Complementary color
Monochromatic Colors of #F1966C
Black with #F1966C
Text Example
Text Example
White with #F1966C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1966C; }
p { color: rgb(241,150,108); }
H1.HeaderClassName
{
color: #F1966C;
}
.AnyTagClassName
{
color: #F1966C;
}
</style>
background-color css
<style>
a { background-color: #F1966C; }
a { background-color: rgb(241,150,108); }
div.DivClassName
{
background-color: #F1966C;
}
.BgClassName
{
background-color: #F1966C;
}
</style>
border-color css
<style>
span { border-color: #F1966C; }
span { border-color: rgb(241,150,108); }
td.TdClassName
{
border-color: #F1966C;
}
.TagClassName
{
border-color: #F1966C;
}
</style>