Shades of Atomic Tangerine #F3945D
Tints of Atomic Tangerine #F3945D
RGB
CMYK
RGB Variations
Color information
#F3945D (or 0xF3945D) is known color: Atomic Tangerine. HEX triplet: F3, 94 and 5D. RGB value is (243,148,93). Sum of RGB (Red+Green+Blue) = 243+148+93=484 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50.21% from 484); Green value is 148 (58.20% from 255 or 30.58% from 484); Blue value is 93 (36.72% from 255 or 19.21% from 484); Max value from RGB is 243 - color contains mainly: red. Hex color #F3945D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3945D is #0C6BA2. Grayscale: #AAAAAA. Windows color (decimal): -813987 or 6132979. OLE color: 6132979.
HSL color Cylindrical-coordinate representation of color #F3945D: hue angle of 22º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F3945D is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 148 | 93 | - |
| CMYK | 0 | 0.39 | 0.62 | 0.05 |
| HSL | 22º | 0.86% | 0.66% | - |
| HSV(B) | 22º | 0.62% | 0.95% | - |
| XYZ | 49.53 | 41.02 | 15.66 | - |
| YUV | 170.14 | 84.47 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 148 | 93 | 0 | 0.39 | 0.62 | 0.05 | 22 | 0.86 | 0.66 |
| Hex | F3 | 94 | 5D | 0 | 27 | 3E | 5 | 16 | 56 | 42 |
| Octal | 363 | 224 | 135 | 0 | 47 | 76 | 5 | 26 | 126 | 102 |
| Binary | 11110011 | 10010100 | 1011101 | 0 | 100111 | 111110 | 101 | 10110 | 1010110 | 1000010 |
Color Harmonies of #F3945D
Complementary color
Monochromatic Colors of #F3945D
Black with #F3945D
Text Example
Text Example
White with #F3945D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3945D; }
p { color: rgb(243,148,93); }
H1.HeaderClassName
{
color: #F3945D;
}
.AnyTagClassName
{
color: #F3945D;
}
</style>
background-color css
<style>
a { background-color: #F3945D; }
a { background-color: rgb(243,148,93); }
div.DivClassName
{
background-color: #F3945D;
}
.BgClassName
{
background-color: #F3945D;
}
</style>
border-color css
<style>
span { border-color: #F3945D; }
span { border-color: rgb(243,148,93); }
td.TdClassName
{
border-color: #F3945D;
}
.TagClassName
{
border-color: #F3945D;
}
</style>