Shades of Atomic Tangerine #F1906B
Tints of Atomic Tangerine #F1906B
RGB
CMYK
RGB Variations
Color information
#F1906B (or 0xF1906B) is known color: Atomic Tangerine. HEX triplet: F1, 90 and 6B. RGB value is (241,144,107). Sum of RGB (Red+Green+Blue) = 241+144+107=492 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.98% from 492); Green value is 144 (56.64% from 255 or 29.27% from 492); Blue value is 107 (42.19% from 255 or 21.75% from 492); Max value from RGB is 241 - color contains mainly: red. Hex color #F1906B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1906B is #0E6F94. Grayscale: #A9A9A9. Windows color (decimal): -946069 or 7049457. OLE color: 7049457.
HSL color Cylindrical-coordinate representation of color #F1906B: hue angle of 16.57º 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 #F1906B is Cyan = 0, Magento = 0.40, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 144 | 107 | - |
| CMYK | 0 | 0.40 | 0.56 | 0.05 |
| HSL | 16.57º | 0.83% | 0.68% | - |
| HSV(B) | 16.57º | 0.56% | 0.95% | - |
| XYZ | 48.9 | 39.71 | 19 | - |
| YUV | 168.79 | 93.14 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 144 | 107 | 0 | 0.40 | 0.56 | 0.05 | 16.57 | 0.83 | 0.68 |
| Hex | F1 | 90 | 6B | 0 | 28 | 38 | 5 | 11 | 53 | 44 |
| Octal | 361 | 220 | 153 | 0 | 50 | 70 | 5 | 21 | 123 | 104 |
| Binary | 11110001 | 10010000 | 1101011 | 0 | 101000 | 111000 | 101 | 10001 | 1010011 | 1000100 |
Color Harmonies of #F1906B
Complementary color
Monochromatic Colors of #F1906B
Black with #F1906B
Text Example
Text Example
White with #F1906B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1906B; }
p { color: rgb(241,144,107); }
H1.HeaderClassName
{
color: #F1906B;
}
.AnyTagClassName
{
color: #F1906B;
}
</style>
background-color css
<style>
a { background-color: #F1906B; }
a { background-color: rgb(241,144,107); }
div.DivClassName
{
background-color: #F1906B;
}
.BgClassName
{
background-color: #F1906B;
}
</style>
border-color css
<style>
span { border-color: #F1906B; }
span { border-color: rgb(241,144,107); }
td.TdClassName
{
border-color: #F1906B;
}
.TagClassName
{
border-color: #F1906B;
}
</style>