Shades of Atomic Tangerine #F1996D
Tints of Atomic Tangerine #F1996D
RGB
CMYK
RGB Variations
Color information
#F1996D (or 0xF1996D) is known color: Atomic Tangerine. HEX triplet: F1, 99 and 6D. RGB value is (241,153,109). Sum of RGB (Red+Green+Blue) = 241+153+109=503 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.91% from 503); Green value is 153 (60.16% from 255 or 30.42% from 503); Blue value is 109 (42.97% from 255 or 21.67% from 503); Max value from RGB is 241 - color contains mainly: red. Hex color #F1996D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1996D is #0E6692. Grayscale: #AEAEAE. Windows color (decimal): -943763 or 7182833. OLE color: 7182833.
HSL color Cylindrical-coordinate representation of color #F1996D: hue angle of 20º 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 #F1996D is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 153 | 109 | - |
| CMYK | 0 | 0.37 | 0.55 | 0.05 |
| HSL | 20º | 0.83% | 0.69% | - |
| HSV(B) | 20º | 0.55% | 0.95% | - |
| XYZ | 50.43 | 42.59 | 20.03 | - |
| YUV | 174.3 | 91.15 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 153 | 109 | 0 | 0.37 | 0.55 | 0.05 | 20 | 0.83 | 0.69 |
| Hex | F1 | 99 | 6D | 0 | 25 | 37 | 5 | 14 | 52 | 45 |
| Octal | 361 | 231 | 155 | 0 | 45 | 67 | 5 | 24 | 122 | 105 |
| Binary | 11110001 | 10011001 | 1101101 | 0 | 100101 | 110111 | 101 | 10100 | 1010010 | 1000101 |
Color Harmonies of #F1996D
Complementary color
Monochromatic Colors of #F1996D
Black with #F1996D
Text Example
Text Example
White with #F1996D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1996D; }
p { color: rgb(241,153,109); }
H1.HeaderClassName
{
color: #F1996D;
}
.AnyTagClassName
{
color: #F1996D;
}
</style>
background-color css
<style>
a { background-color: #F1996D; }
a { background-color: rgb(241,153,109); }
div.DivClassName
{
background-color: #F1996D;
}
.BgClassName
{
background-color: #F1996D;
}
</style>
border-color css
<style>
span { border-color: #F1996D; }
span { border-color: rgb(241,153,109); }
td.TdClassName
{
border-color: #F1996D;
}
.TagClassName
{
border-color: #F1996D;
}
</style>