Shades of Atomic Tangerine #F5955C
Tints of Atomic Tangerine #F5955C
RGB
CMYK
RGB Variations
Color information
#F5955C (or 0xF5955C) is known color: Atomic Tangerine. HEX triplet: F5, 95 and 5C. RGB value is (245,149,92). Sum of RGB (Red+Green+Blue) = 245+149+92=486 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.41% from 486); Green value is 149 (58.59% from 255 or 30.66% from 486); Blue value is 92 (36.33% from 255 or 18.93% from 486); Max value from RGB is 245 - color contains mainly: red. Hex color #F5955C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5955C is #0A6AA3. Grayscale: #ABABAB. Windows color (decimal): -682660 or 6067701. OLE color: 6067701.
HSL color Cylindrical-coordinate representation of color #F5955C: hue angle of 22.35º 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 #F5955C is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 149 | 92 | - |
| CMYK | 0 | 0.39 | 0.62 | 0.04 |
| HSL | 22.35º | 0.88% | 0.66% | - |
| HSV(B) | 22.35º | 0.62% | 0.96% | - |
| XYZ | 50.34 | 41.68 | 15.52 | - |
| YUV | 171.21 | 83.3 | 180.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 149 | 92 | 0 | 0.39 | 0.62 | 0.04 | 22.35 | 0.88 | 0.66 |
| Hex | F5 | 95 | 5C | 0 | 27 | 3E | 4 | 16 | 58 | 42 |
| Octal | 365 | 225 | 134 | 0 | 47 | 76 | 4 | 26 | 130 | 102 |
| Binary | 11110101 | 10010101 | 1011100 | 0 | 100111 | 111110 | 100 | 10110 | 1011000 | 1000010 |
Color Harmonies of #F5955C
Complementary color
Monochromatic Colors of #F5955C
Black with #F5955C
Text Example
Text Example
White with #F5955C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5955C; }
p { color: rgb(245,149,92); }
H1.HeaderClassName
{
color: #F5955C;
}
.AnyTagClassName
{
color: #F5955C;
}
</style>
background-color css
<style>
a { background-color: #F5955C; }
a { background-color: rgb(245,149,92); }
div.DivClassName
{
background-color: #F5955C;
}
.BgClassName
{
background-color: #F5955C;
}
</style>
border-color css
<style>
span { border-color: #F5955C; }
span { border-color: rgb(245,149,92); }
td.TdClassName
{
border-color: #F5955C;
}
.TagClassName
{
border-color: #F5955C;
}
</style>