Shades of Atomic Tangerine #F5945D
Tints of Atomic Tangerine #F5945D
RGB
CMYK
RGB Variations
Color information
#F5945D (or 0xF5945D) is known color: Atomic Tangerine. HEX triplet: F5, 94 and 5D. RGB value is (245,148,93). Sum of RGB (Red+Green+Blue) = 245+148+93=486 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.41% from 486); Green value is 148 (58.20% from 255 or 30.45% from 486); Blue value is 93 (36.72% from 255 or 19.14% from 486); Max value from RGB is 245 - color contains mainly: red. Hex color #F5945D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5945D is #0A6BA2. Grayscale: #ABABAB. Windows color (decimal): -682915 or 6132981. OLE color: 6132981.
HSL color Cylindrical-coordinate representation of color #F5945D: hue angle of 21.71º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F5945D is Cyan = 0, Magento = 0.40, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 148 | 93 | - |
| CMYK | 0 | 0.40 | 0.62 | 0.04 |
| HSL | 21.71º | 0.88% | 0.66% | - |
| HSV(B) | 21.71º | 0.62% | 0.96% | - |
| XYZ | 50.22 | 41.38 | 15.7 | - |
| YUV | 170.73 | 84.14 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 148 | 93 | 0 | 0.40 | 0.62 | 0.04 | 21.71 | 0.88 | 0.66 |
| Hex | F5 | 94 | 5D | 0 | 28 | 3E | 4 | 16 | 58 | 42 |
| Octal | 365 | 224 | 135 | 0 | 50 | 76 | 4 | 26 | 130 | 102 |
| Binary | 11110101 | 10010100 | 1011101 | 0 | 101000 | 111110 | 100 | 10110 | 1011000 | 1000010 |
Color Harmonies of #F5945D
Complementary color
Monochromatic Colors of #F5945D
Black with #F5945D
Text Example
Text Example
White with #F5945D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5945D; }
p { color: rgb(245,148,93); }
H1.HeaderClassName
{
color: #F5945D;
}
.AnyTagClassName
{
color: #F5945D;
}
</style>
background-color css
<style>
a { background-color: #F5945D; }
a { background-color: rgb(245,148,93); }
div.DivClassName
{
background-color: #F5945D;
}
.BgClassName
{
background-color: #F5945D;
}
</style>
border-color css
<style>
span { border-color: #F5945D; }
span { border-color: rgb(245,148,93); }
td.TdClassName
{
border-color: #F5945D;
}
.TagClassName
{
border-color: #F5945D;
}
</style>