Shades of Atomic Tangerine #F49C6B
Tints of Atomic Tangerine #F49C6B
RGB
CMYK
RGB Variations
Color information
#F49C6B (or 0xF49C6B) is known color: Atomic Tangerine. HEX triplet: F4, 9C and 6B. RGB value is (244,156,107). Sum of RGB (Red+Green+Blue) = 244+156+107=507 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.13% from 507); Green value is 156 (61.33% from 255 or 30.77% from 507); Blue value is 107 (42.19% from 255 or 21.10% from 507); Max value from RGB is 244 - color contains mainly: red. Hex color #F49C6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49C6B is #0B6394. Grayscale: #B1B1B1. Windows color (decimal): -746389 or 7052532. OLE color: 7052532.
HSL color Cylindrical-coordinate representation of color #F49C6B: hue angle of 21.46º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F49C6B is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 156 | 107 | - |
| CMYK | 0 | 0.36 | 0.56 | 0.04 |
| HSL | 21.46º | 0.86% | 0.69% | - |
| HSV(B) | 21.46º | 0.56% | 0.96% | - |
| XYZ | 51.85 | 44.07 | 19.68 | - |
| YUV | 176.73 | 88.65 | 175.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 156 | 107 | 0 | 0.36 | 0.56 | 0.04 | 21.46 | 0.86 | 0.69 |
| Hex | F4 | 9C | 6B | 0 | 24 | 38 | 4 | 15 | 56 | 45 |
| Octal | 364 | 234 | 153 | 0 | 44 | 70 | 4 | 25 | 126 | 105 |
| Binary | 11110100 | 10011100 | 1101011 | 0 | 100100 | 111000 | 100 | 10101 | 1010110 | 1000101 |
Color Harmonies of #F49C6B
Complementary color
Monochromatic Colors of #F49C6B
Black with #F49C6B
Text Example
Text Example
White with #F49C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49C6B; }
p { color: rgb(244,156,107); }
H1.HeaderClassName
{
color: #F49C6B;
}
.AnyTagClassName
{
color: #F49C6B;
}
</style>
background-color css
<style>
a { background-color: #F49C6B; }
a { background-color: rgb(244,156,107); }
div.DivClassName
{
background-color: #F49C6B;
}
.BgClassName
{
background-color: #F49C6B;
}
</style>
border-color css
<style>
span { border-color: #F49C6B; }
span { border-color: rgb(244,156,107); }
td.TdClassName
{
border-color: #F49C6B;
}
.TagClassName
{
border-color: #F49C6B;
}
</style>