Shades of Atomic Tangerine #F1926A
Tints of Atomic Tangerine #F1926A
RGB
CMYK
RGB Variations
Color information
#F1926A (or 0xF1926A) is known color: Atomic Tangerine. HEX triplet: F1, 92 and 6A. RGB value is (241,146,106). Sum of RGB (Red+Green+Blue) = 241+146+106=493 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.88% from 493); Green value is 146 (57.42% from 255 or 29.61% from 493); Blue value is 106 (41.80% from 255 or 21.50% from 493); Max value from RGB is 241 - color contains mainly: red. Hex color #F1926A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1926A is #0E6D95. Grayscale: #AAAAAA. Windows color (decimal): -945558 or 6984433. OLE color: 6984433.
HSL color Cylindrical-coordinate representation of color #F1926A: hue angle of 17.78º 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 #F1926A is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 146 | 106 | - |
| CMYK | 0 | 0.39 | 0.56 | 0.05 |
| HSL | 17.78º | 0.83% | 0.68% | - |
| HSV(B) | 17.78º | 0.56% | 0.95% | - |
| XYZ | 49.16 | 40.3 | 18.82 | - |
| YUV | 169.85 | 91.97 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 146 | 106 | 0 | 0.39 | 0.56 | 0.05 | 17.78 | 0.83 | 0.68 |
| Hex | F1 | 92 | 6A | 0 | 27 | 38 | 5 | 12 | 53 | 44 |
| Octal | 361 | 222 | 152 | 0 | 47 | 70 | 5 | 22 | 123 | 104 |
| Binary | 11110001 | 10010010 | 1101010 | 0 | 100111 | 111000 | 101 | 10010 | 1010011 | 1000100 |
Color Harmonies of #F1926A
Complementary color
Monochromatic Colors of #F1926A
Black with #F1926A
Text Example
Text Example
White with #F1926A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1926A; }
p { color: rgb(241,146,106); }
H1.HeaderClassName
{
color: #F1926A;
}
.AnyTagClassName
{
color: #F1926A;
}
</style>
background-color css
<style>
a { background-color: #F1926A; }
a { background-color: rgb(241,146,106); }
div.DivClassName
{
background-color: #F1926A;
}
.BgClassName
{
background-color: #F1926A;
}
</style>
border-color css
<style>
span { border-color: #F1926A; }
span { border-color: rgb(241,146,106); }
td.TdClassName
{
border-color: #F1926A;
}
.TagClassName
{
border-color: #F1926A;
}
</style>