Shades of Atomic Tangerine #F1946C
Tints of Atomic Tangerine #F1946C
RGB
CMYK
RGB Variations
Color information
#F1946C (or 0xF1946C) is known color: Atomic Tangerine. HEX triplet: F1, 94 and 6C. RGB value is (241,148,108). Sum of RGB (Red+Green+Blue) = 241+148+108=497 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.49% from 497); Green value is 148 (58.20% from 255 or 29.78% from 497); Blue value is 108 (42.58% from 255 or 21.73% from 497); Max value from RGB is 241 - color contains mainly: red. Hex color #F1946C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1946C is #0E6B93. Grayscale: #ABABAB. Windows color (decimal): -945044 or 7116017. OLE color: 7116017.
HSL color Cylindrical-coordinate representation of color #F1946C: hue angle of 18.05º 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 #F1946C is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 148 | 108 | - |
| CMYK | 0 | 0.39 | 0.55 | 0.05 |
| HSL | 18.05º | 0.83% | 0.68% | - |
| HSV(B) | 18.05º | 0.55% | 0.95% | - |
| XYZ | 49.57 | 40.96 | 19.48 | - |
| YUV | 171.25 | 92.31 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 148 | 108 | 0 | 0.39 | 0.55 | 0.05 | 18.05 | 0.83 | 0.68 |
| Hex | F1 | 94 | 6C | 0 | 27 | 37 | 5 | 12 | 53 | 44 |
| Octal | 361 | 224 | 154 | 0 | 47 | 67 | 5 | 22 | 123 | 104 |
| Binary | 11110001 | 10010100 | 1101100 | 0 | 100111 | 110111 | 101 | 10010 | 1010011 | 1000100 |
Color Harmonies of #F1946C
Complementary color
Monochromatic Colors of #F1946C
Black with #F1946C
Text Example
Text Example
White with #F1946C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1946C; }
p { color: rgb(241,148,108); }
H1.HeaderClassName
{
color: #F1946C;
}
.AnyTagClassName
{
color: #F1946C;
}
</style>
background-color css
<style>
a { background-color: #F1946C; }
a { background-color: rgb(241,148,108); }
div.DivClassName
{
background-color: #F1946C;
}
.BgClassName
{
background-color: #F1946C;
}
</style>
border-color css
<style>
span { border-color: #F1946C; }
span { border-color: rgb(241,148,108); }
td.TdClassName
{
border-color: #F1946C;
}
.TagClassName
{
border-color: #F1946C;
}
</style>