Shades of Atomic Tangerine #F5965B
Tints of Atomic Tangerine #F5965B
RGB
CMYK
RGB Variations
Color information
#F5965B (or 0xF5965B) is known color: Atomic Tangerine. HEX triplet: F5, 96 and 5B. RGB value is (245,150,91). Sum of RGB (Red+Green+Blue) = 245+150+91=486 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.41% from 486); Green value is 150 (58.98% from 255 or 30.86% from 486); Blue value is 91 (35.94% from 255 or 18.72% from 486); Max value from RGB is 245 - color contains mainly: red. Hex color #F5965B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5965B is #0A69A4. Grayscale: #ACACAC. Windows color (decimal): -682405 or 6002421. OLE color: 6002421.
HSL color Cylindrical-coordinate representation of color #F5965B: hue angle of 22.99º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F5965B is Cyan = 0, Magento = 0.39, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 150 | 91 | - |
| CMYK | 0 | 0.39 | 0.63 | 0.04 |
| HSL | 22.99º | 0.89% | 0.66% | - |
| HSV(B) | 22.99º | 0.63% | 0.96% | - |
| XYZ | 50.45 | 41.98 | 15.34 | - |
| YUV | 171.68 | 82.47 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 150 | 91 | 0 | 0.39 | 0.63 | 0.04 | 22.99 | 0.89 | 0.66 |
| Hex | F5 | 96 | 5B | 0 | 27 | 3F | 4 | 17 | 59 | 42 |
| Octal | 365 | 226 | 133 | 0 | 47 | 77 | 4 | 27 | 131 | 102 |
| Binary | 11110101 | 10010110 | 1011011 | 0 | 100111 | 111111 | 100 | 10111 | 1011001 | 1000010 |
Color Harmonies of #F5965B
Complementary color
Monochromatic Colors of #F5965B
Black with #F5965B
Text Example
Text Example
White with #F5965B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5965B; }
p { color: rgb(245,150,91); }
H1.HeaderClassName
{
color: #F5965B;
}
.AnyTagClassName
{
color: #F5965B;
}
</style>
background-color css
<style>
a { background-color: #F5965B; }
a { background-color: rgb(245,150,91); }
div.DivClassName
{
background-color: #F5965B;
}
.BgClassName
{
background-color: #F5965B;
}
</style>
border-color css
<style>
span { border-color: #F5965B; }
span { border-color: rgb(245,150,91); }
td.TdClassName
{
border-color: #F5965B;
}
.TagClassName
{
border-color: #F5965B;
}
</style>