Shades of Atomic Tangerine #F1976D
Tints of Atomic Tangerine #F1976D
RGB
CMYK
RGB Variations
Color information
#F1976D (or 0xF1976D) is known color: Atomic Tangerine. HEX triplet: F1, 97 and 6D. RGB value is (241,151,109). Sum of RGB (Red+Green+Blue) = 241+151+109=501 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.10% from 501); Green value is 151 (59.38% from 255 or 30.14% from 501); Blue value is 109 (42.97% from 255 or 21.76% from 501); Max value from RGB is 241 - color contains mainly: red. Hex color #F1976D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1976D is #0E6892. Grayscale: #ADADAD. Windows color (decimal): -944275 or 7182321. OLE color: 7182321.
HSL color Cylindrical-coordinate representation of color #F1976D: hue angle of 19.09º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F1976D is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 151 | 109 | - |
| CMYK | 0 | 0.37 | 0.55 | 0.05 |
| HSL | 19.09º | 0.83% | 0.69% | - |
| HSV(B) | 19.09º | 0.55% | 0.95% | - |
| XYZ | 50.1 | 41.94 | 19.92 | - |
| YUV | 173.12 | 91.82 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 151 | 109 | 0 | 0.37 | 0.55 | 0.05 | 19.09 | 0.83 | 0.69 |
| Hex | F1 | 97 | 6D | 0 | 25 | 37 | 5 | 13 | 52 | 45 |
| Octal | 361 | 227 | 155 | 0 | 45 | 67 | 5 | 23 | 122 | 105 |
| Binary | 11110001 | 10010111 | 1101101 | 0 | 100101 | 110111 | 101 | 10011 | 1010010 | 1000101 |
Color Harmonies of #F1976D
Complementary color
Monochromatic Colors of #F1976D
Black with #F1976D
Text Example
Text Example
White with #F1976D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1976D; }
p { color: rgb(241,151,109); }
H1.HeaderClassName
{
color: #F1976D;
}
.AnyTagClassName
{
color: #F1976D;
}
</style>
background-color css
<style>
a { background-color: #F1976D; }
a { background-color: rgb(241,151,109); }
div.DivClassName
{
background-color: #F1976D;
}
.BgClassName
{
background-color: #F1976D;
}
</style>
border-color css
<style>
span { border-color: #F1976D; }
span { border-color: rgb(241,151,109); }
td.TdClassName
{
border-color: #F1976D;
}
.TagClassName
{
border-color: #F1976D;
}
</style>