Shades of Atomic Tangerine #F5946A
Tints of Atomic Tangerine #F5946A
RGB
CMYK
RGB Variations
Color information
#F5946A (or 0xF5946A) is known color: Atomic Tangerine. HEX triplet: F5, 94 and 6A. RGB value is (245,148,106). Sum of RGB (Red+Green+Blue) = 245+148+106=499 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49.10% from 499); Green value is 148 (58.20% from 255 or 29.66% from 499); Blue value is 106 (41.80% from 255 or 21.24% from 499); Max value from RGB is 245 - color contains mainly: red. Hex color #F5946A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5946A is #0A6B95. Grayscale: #ACACAC. Windows color (decimal): -682902 or 6984949. OLE color: 6984949.
HSL color Cylindrical-coordinate representation of color #F5946A: hue angle of 18.13º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F5946A is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 148 | 106 | - |
| CMYK | 0 | 0.40 | 0.57 | 0.04 |
| HSL | 18.13º | 0.87% | 0.69% | - |
| HSV(B) | 18.13º | 0.57% | 0.96% | - |
| XYZ | 50.85 | 41.63 | 18.99 | - |
| YUV | 172.22 | 90.64 | 179.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 148 | 106 | 0 | 0.40 | 0.57 | 0.04 | 18.13 | 0.87 | 0.69 |
| Hex | F5 | 94 | 6A | 0 | 28 | 39 | 4 | 12 | 57 | 45 |
| Octal | 365 | 224 | 152 | 0 | 50 | 71 | 4 | 22 | 127 | 105 |
| Binary | 11110101 | 10010100 | 1101010 | 0 | 101000 | 111001 | 100 | 10010 | 1010111 | 1000101 |
Color Harmonies of #F5946A
Complementary color
Monochromatic Colors of #F5946A
Black with #F5946A
Text Example
Text Example
White with #F5946A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5946A; }
p { color: rgb(245,148,106); }
H1.HeaderClassName
{
color: #F5946A;
}
.AnyTagClassName
{
color: #F5946A;
}
</style>
background-color css
<style>
a { background-color: #F5946A; }
a { background-color: rgb(245,148,106); }
div.DivClassName
{
background-color: #F5946A;
}
.BgClassName
{
background-color: #F5946A;
}
</style>
border-color css
<style>
span { border-color: #F5946A; }
span { border-color: rgb(245,148,106); }
td.TdClassName
{
border-color: #F5946A;
}
.TagClassName
{
border-color: #F5946A;
}
</style>