Shades of Atomic Tangerine #F5955D
Tints of Atomic Tangerine #F5955D
RGB
CMYK
RGB Variations
Color information
#F5955D (or 0xF5955D) is known color: Atomic Tangerine. HEX triplet: F5, 95 and 5D. RGB value is (245,149,93). Sum of RGB (Red+Green+Blue) = 245+149+93=487 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.31% from 487); Green value is 149 (58.59% from 255 or 30.60% from 487); Blue value is 93 (36.72% from 255 or 19.10% from 487); Max value from RGB is 245 - color contains mainly: red. Hex color #F5955D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5955D is #0A6AA2. Grayscale: #ABABAB. Windows color (decimal): -682659 or 6133237. OLE color: 6133237.
HSL color Cylindrical-coordinate representation of color #F5955D: hue angle of 22.11º 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 #F5955D is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 149 | 93 | - |
| CMYK | 0 | 0.39 | 0.62 | 0.04 |
| HSL | 22.11º | 0.88% | 0.66% | - |
| HSV(B) | 22.11º | 0.62% | 0.96% | - |
| XYZ | 50.38 | 41.7 | 15.75 | - |
| YUV | 171.32 | 83.8 | 180.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 149 | 93 | 0 | 0.39 | 0.62 | 0.04 | 22.11 | 0.88 | 0.66 |
| Hex | F5 | 95 | 5D | 0 | 27 | 3E | 4 | 16 | 58 | 42 |
| Octal | 365 | 225 | 135 | 0 | 47 | 76 | 4 | 26 | 130 | 102 |
| Binary | 11110101 | 10010101 | 1011101 | 0 | 100111 | 111110 | 100 | 10110 | 1011000 | 1000010 |
Color Harmonies of #F5955D
Complementary color
Monochromatic Colors of #F5955D
Black with #F5955D
Text Example
Text Example
White with #F5955D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5955D; }
p { color: rgb(245,149,93); }
H1.HeaderClassName
{
color: #F5955D;
}
.AnyTagClassName
{
color: #F5955D;
}
</style>
background-color css
<style>
a { background-color: #F5955D; }
a { background-color: rgb(245,149,93); }
div.DivClassName
{
background-color: #F5955D;
}
.BgClassName
{
background-color: #F5955D;
}
</style>
border-color css
<style>
span { border-color: #F5955D; }
span { border-color: rgb(245,149,93); }
td.TdClassName
{
border-color: #F5955D;
}
.TagClassName
{
border-color: #F5955D;
}
</style>