Shades of Atomic Tangerine #F19468
Tints of Atomic Tangerine #F19468
RGB
CMYK
RGB Variations
Color information
#F19468 (or 0xF19468) is known color: Atomic Tangerine. HEX triplet: F1, 94 and 68. RGB value is (241,148,104). Sum of RGB (Red+Green+Blue) = 241+148+104=493 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.88% from 493); Green value is 148 (58.20% from 255 or 30.02% from 493); Blue value is 104 (41.02% from 255 or 21.10% from 493); Max value from RGB is 241 - color contains mainly: red. Hex color #F19468 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19468 is #0E6B97. Grayscale: #ABABAB. Windows color (decimal): -945048 or 6853873. OLE color: 6853873.
HSL color Cylindrical-coordinate representation of color #F19468: hue angle of 19.27º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F19468 is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 148 | 104 | - |
| CMYK | 0 | 0.39 | 0.57 | 0.05 |
| HSL | 19.27º | 0.83% | 0.68% | - |
| HSV(B) | 19.27º | 0.57% | 0.95% | - |
| XYZ | 49.36 | 40.88 | 18.39 | - |
| YUV | 170.79 | 90.31 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 148 | 104 | 0 | 0.39 | 0.57 | 0.05 | 19.27 | 0.83 | 0.68 |
| Hex | F1 | 94 | 68 | 0 | 27 | 39 | 5 | 13 | 53 | 44 |
| Octal | 361 | 224 | 150 | 0 | 47 | 71 | 5 | 23 | 123 | 104 |
| Binary | 11110001 | 10010100 | 1101000 | 0 | 100111 | 111001 | 101 | 10011 | 1010011 | 1000100 |
Color Harmonies of #F19468
Complementary color
Monochromatic Colors of #F19468
Black with #F19468
Text Example
Text Example
White with #F19468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19468; }
p { color: rgb(241,148,104); }
H1.HeaderClassName
{
color: #F19468;
}
.AnyTagClassName
{
color: #F19468;
}
</style>
background-color css
<style>
a { background-color: #F19468; }
a { background-color: rgb(241,148,104); }
div.DivClassName
{
background-color: #F19468;
}
.BgClassName
{
background-color: #F19468;
}
</style>
border-color css
<style>
span { border-color: #F19468; }
span { border-color: rgb(241,148,104); }
td.TdClassName
{
border-color: #F19468;
}
.TagClassName
{
border-color: #F19468;
}
</style>