Shades of Atomic Tangerine #F99360
Tints of Atomic Tangerine #F99360
RGB
CMYK
RGB Variations
Color information
#F99360 (or 0xF99360) is known color: Atomic Tangerine. HEX triplet: F9, 93 and 60. RGB value is (249,147,96). Sum of RGB (Red+Green+Blue) = 249+147+96=492 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.61% from 492); Green value is 147 (57.81% from 255 or 29.88% from 492); Blue value is 96 (37.89% from 255 or 19.51% from 492); Max value from RGB is 249 - color contains mainly: red. Hex color #F99360 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99360 is #066C9F. Grayscale: #ABABAB. Windows color (decimal): -421024 or 6329337. OLE color: 6329337.
HSL color Cylindrical-coordinate representation of color #F99360: hue angle of 20º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F99360 is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 147 | 96 | - |
| CMYK | 0 | 0.41 | 0.61 | 0.02 |
| HSL | 20º | 0.93% | 0.68% | - |
| HSV(B) | 20º | 0.61% | 0.98% | - |
| XYZ | 51.61 | 41.85 | 16.42 | - |
| YUV | 171.68 | 85.29 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 147 | 96 | 0 | 0.41 | 0.61 | 0.02 | 20 | 0.93 | 0.68 |
| Hex | F9 | 93 | 60 | 0 | 29 | 3D | 2 | 14 | 5D | 44 |
| Octal | 371 | 223 | 140 | 0 | 51 | 75 | 2 | 24 | 135 | 104 |
| Binary | 11111001 | 10010011 | 1100000 | 0 | 101001 | 111101 | 10 | 10100 | 1011101 | 1000100 |
Color Harmonies of #F99360
Complementary color
Monochromatic Colors of #F99360
Black with #F99360
Text Example
Text Example
White with #F99360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99360; }
p { color: rgb(249,147,96); }
H1.HeaderClassName
{
color: #F99360;
}
.AnyTagClassName
{
color: #F99360;
}
</style>
background-color css
<style>
a { background-color: #F99360; }
a { background-color: rgb(249,147,96); }
div.DivClassName
{
background-color: #F99360;
}
.BgClassName
{
background-color: #F99360;
}
</style>
border-color css
<style>
span { border-color: #F99360; }
span { border-color: rgb(249,147,96); }
td.TdClassName
{
border-color: #F99360;
}
.TagClassName
{
border-color: #F99360;
}
</style>