Shades of Atomic Tangerine #FF995E
Tints of Atomic Tangerine #FF995E
RGB
CMYK
RGB Variations
Color information
#FF995E (or 0xFF995E) is known color: Atomic Tangerine. HEX triplet: FF, 99 and 5E. RGB value is (255,153,94). Sum of RGB (Red+Green+Blue) = 255+153+94=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 153 (60.16% from 255 or 30.48% from 502); Blue value is 94 (37.11% from 255 or 18.73% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FF995E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF995E is #0066A1. Grayscale: #B1B1B1. Windows color (decimal): -26274 or 6199807. OLE color: 6199807.
HSL color Cylindrical-coordinate representation of color #FF995E: hue angle of 21.99º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FF995E is Cyan = 0, Magento = 0.4, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 153 | 94 | - |
| CMYK | 0 | 0.4 | 0.63 | 0 |
| HSL | 21.99º | 1% | 0.68% | - |
| HSV(B) | 21.99º | 0.63% | 1% | - |
| XYZ | 54.65 | 44.85 | 16.37 | - |
| YUV | 176.77 | 81.29 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 153 | 94 | 0 | 0.4 | 0.63 | 0 | 21.99 | 1 | 0.68 |
| Hex | FF | 99 | 5E | 0 | 28 | 3F | 0 | 16 | 64 | 44 |
| Octal | 377 | 231 | 136 | 0 | 50 | 77 | 0 | 26 | 144 | 104 |
| Binary | 11111111 | 10011001 | 1011110 | 0 | 101000 | 111111 | 0 | 10110 | 1100100 | 1000100 |
Color Harmonies of #FF995E
Complementary color
Monochromatic Colors of #FF995E
Black with #FF995E
Text Example
Text Example
White with #FF995E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF995E; }
p { color: rgb(255,153,94); }
H1.HeaderClassName
{
color: #FF995E;
}
.AnyTagClassName
{
color: #FF995E;
}
</style>
background-color css
<style>
a { background-color: #FF995E; }
a { background-color: rgb(255,153,94); }
div.DivClassName
{
background-color: #FF995E;
}
.BgClassName
{
background-color: #FF995E;
}
</style>
border-color css
<style>
span { border-color: #FF995E; }
span { border-color: rgb(255,153,94); }
td.TdClassName
{
border-color: #FF995E;
}
.TagClassName
{
border-color: #FF995E;
}
</style>