Shades of Atomic Tangerine #F3915F
Tints of Atomic Tangerine #F3915F
RGB
CMYK
RGB Variations
Color information
#F3915F (or 0xF3915F) is known color: Atomic Tangerine. HEX triplet: F3, 91 and 5F. RGB value is (243,145,95). Sum of RGB (Red+Green+Blue) = 243+145+95=483 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.31% from 483); Green value is 145 (57.03% from 255 or 30.02% from 483); Blue value is 95 (37.5% from 255 or 19.67% from 483); Max value from RGB is 243 - color contains mainly: red. Hex color #F3915F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3915F is #0C6EA0. Grayscale: #A8A8A8. Windows color (decimal): -814753 or 6263283. OLE color: 6263283.
HSL color Cylindrical-coordinate representation of color #F3915F: hue angle of 20.27º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F3915F is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 145 | 95 | - |
| CMYK | 0 | 0.40 | 0.61 | 0.05 |
| HSL | 20.27º | 0.86% | 0.66% | - |
| HSV(B) | 20.27º | 0.61% | 0.95% | - |
| XYZ | 49.15 | 40.13 | 15.98 | - |
| YUV | 168.6 | 86.47 | 181.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 145 | 95 | 0 | 0.40 | 0.61 | 0.05 | 20.27 | 0.86 | 0.66 |
| Hex | F3 | 91 | 5F | 0 | 28 | 3D | 5 | 14 | 56 | 42 |
| Octal | 363 | 221 | 137 | 0 | 50 | 75 | 5 | 24 | 126 | 102 |
| Binary | 11110011 | 10010001 | 1011111 | 0 | 101000 | 111101 | 101 | 10100 | 1010110 | 1000010 |
Color Harmonies of #F3915F
Complementary color
Monochromatic Colors of #F3915F
Black with #F3915F
Text Example
Text Example
White with #F3915F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3915F; }
p { color: rgb(243,145,95); }
H1.HeaderClassName
{
color: #F3915F;
}
.AnyTagClassName
{
color: #F3915F;
}
</style>
background-color css
<style>
a { background-color: #F3915F; }
a { background-color: rgb(243,145,95); }
div.DivClassName
{
background-color: #F3915F;
}
.BgClassName
{
background-color: #F3915F;
}
</style>
border-color css
<style>
span { border-color: #F3915F; }
span { border-color: rgb(243,145,95); }
td.TdClassName
{
border-color: #F3915F;
}
.TagClassName
{
border-color: #F3915F;
}
</style>