Shades of Atomic Tangerine #F5905F
Tints of Atomic Tangerine #F5905F
RGB
CMYK
RGB Variations
Color information
#F5905F (or 0xF5905F) is known color: Atomic Tangerine. HEX triplet: F5, 90 and 5F. RGB value is (245,144,95). Sum of RGB (Red+Green+Blue) = 245+144+95=484 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.62% from 484); Green value is 144 (56.64% from 255 or 29.75% from 484); Blue value is 95 (37.5% from 255 or 19.63% from 484); Max value from RGB is 245 - color contains mainly: red. Hex color #F5905F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5905F is #0A6FA0. Grayscale: #A8A8A8. Windows color (decimal): -683937 or 6263029. OLE color: 6263029.
HSL color Cylindrical-coordinate representation of color #F5905F: hue angle of 19.6º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F5905F is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 144 | 95 | - |
| CMYK | 0 | 0.41 | 0.61 | 0.04 |
| HSL | 19.6º | 0.88% | 0.67% | - |
| HSV(B) | 19.6º | 0.61% | 0.96% | - |
| XYZ | 49.7 | 40.19 | 15.96 | - |
| YUV | 168.61 | 86.46 | 182.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 144 | 95 | 0 | 0.41 | 0.61 | 0.04 | 19.6 | 0.88 | 0.67 |
| Hex | F5 | 90 | 5F | 0 | 29 | 3D | 4 | 14 | 58 | 43 |
| Octal | 365 | 220 | 137 | 0 | 51 | 75 | 4 | 24 | 130 | 103 |
| Binary | 11110101 | 10010000 | 1011111 | 0 | 101001 | 111101 | 100 | 10100 | 1011000 | 1000011 |
Color Harmonies of #F5905F
Complementary color
Monochromatic Colors of #F5905F
Black with #F5905F
Text Example
Text Example
White with #F5905F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5905F; }
p { color: rgb(245,144,95); }
H1.HeaderClassName
{
color: #F5905F;
}
.AnyTagClassName
{
color: #F5905F;
}
</style>
background-color css
<style>
a { background-color: #F5905F; }
a { background-color: rgb(245,144,95); }
div.DivClassName
{
background-color: #F5905F;
}
.BgClassName
{
background-color: #F5905F;
}
</style>
border-color css
<style>
span { border-color: #F5905F; }
span { border-color: rgb(245,144,95); }
td.TdClassName
{
border-color: #F5905F;
}
.TagClassName
{
border-color: #F5905F;
}
</style>