Shades of Atomic Tangerine #F1966A
Tints of Atomic Tangerine #F1966A
RGB
CMYK
RGB Variations
Color information
#F1966A (or 0xF1966A) is known color: Atomic Tangerine. HEX triplet: F1, 96 and 6A. RGB value is (241,150,106). Sum of RGB (Red+Green+Blue) = 241+150+106=497 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.49% from 497); Green value is 150 (58.98% from 255 or 30.18% from 497); Blue value is 106 (41.80% from 255 or 21.33% from 497); Max value from RGB is 241 - color contains mainly: red. Hex color #F1966A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1966A is #0E6995. Grayscale: #ACACAC. Windows color (decimal): -944534 or 6985457. OLE color: 6985457.
HSL color Cylindrical-coordinate representation of color #F1966A: hue angle of 19.56º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F1966A is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 150 | 106 | - |
| CMYK | 0 | 0.38 | 0.56 | 0.05 |
| HSL | 19.56º | 0.83% | 0.68% | - |
| HSV(B) | 19.56º | 0.56% | 0.95% | - |
| XYZ | 49.78 | 41.55 | 19.03 | - |
| YUV | 172.19 | 90.65 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 150 | 106 | 0 | 0.38 | 0.56 | 0.05 | 19.56 | 0.83 | 0.68 |
| Hex | F1 | 96 | 6A | 0 | 26 | 38 | 5 | 14 | 53 | 44 |
| Octal | 361 | 226 | 152 | 0 | 46 | 70 | 5 | 24 | 123 | 104 |
| Binary | 11110001 | 10010110 | 1101010 | 0 | 100110 | 111000 | 101 | 10100 | 1010011 | 1000100 |
Color Harmonies of #F1966A
Complementary color
Monochromatic Colors of #F1966A
Black with #F1966A
Text Example
Text Example
White with #F1966A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1966A; }
p { color: rgb(241,150,106); }
H1.HeaderClassName
{
color: #F1966A;
}
.AnyTagClassName
{
color: #F1966A;
}
</style>
background-color css
<style>
a { background-color: #F1966A; }
a { background-color: rgb(241,150,106); }
div.DivClassName
{
background-color: #F1966A;
}
.BgClassName
{
background-color: #F1966A;
}
</style>
border-color css
<style>
span { border-color: #F1966A; }
span { border-color: rgb(241,150,106); }
td.TdClassName
{
border-color: #F1966A;
}
.TagClassName
{
border-color: #F1966A;
}
</style>