Shades of Atomic Tangerine #FF995C
Tints of Atomic Tangerine #FF995C
RGB
CMYK
RGB Variations
Color information
#FF995C (or 0xFF995C) is known color: Atomic Tangerine. HEX triplet: FF, 99 and 5C. RGB value is (255,153,92). Sum of RGB (Red+Green+Blue) = 255+153+92=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 153 (60.16% from 255 or 30.6% from 500); Blue value is 92 (36.33% from 255 or 18.4% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FF995C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF995C is #0066A3. Grayscale: #B0B0B0. Windows color (decimal): -26276 or 6068735. OLE color: 6068735.
HSL color Cylindrical-coordinate representation of color #FF995C: hue angle of 22.45º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF995C is Cyan = 0, Magento = 0.4, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 153 | 92 | - |
| CMYK | 0 | 0.4 | 0.64 | 0 |
| HSL | 22.45º | 1% | 0.68% | - |
| HSV(B) | 22.45º | 0.64% | 1% | - |
| XYZ | 54.56 | 44.82 | 15.9 | - |
| YUV | 176.54 | 80.29 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 153 | 92 | 0 | 0.4 | 0.64 | 0 | 22.45 | 1 | 0.68 |
| Hex | FF | 99 | 5C | 0 | 28 | 40 | 0 | 16 | 64 | 44 |
| Octal | 377 | 231 | 134 | 0 | 50 | 100 | 0 | 26 | 144 | 104 |
| Binary | 11111111 | 10011001 | 1011100 | 0 | 101000 | 1000000 | 0 | 10110 | 1100100 | 1000100 |
Color Harmonies of #FF995C
Complementary color
Monochromatic Colors of #FF995C
Black with #FF995C
Text Example
Text Example
White with #FF995C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF995C; }
p { color: rgb(255,153,92); }
H1.HeaderClassName
{
color: #FF995C;
}
.AnyTagClassName
{
color: #FF995C;
}
</style>
background-color css
<style>
a { background-color: #FF995C; }
a { background-color: rgb(255,153,92); }
div.DivClassName
{
background-color: #FF995C;
}
.BgClassName
{
background-color: #FF995C;
}
</style>
border-color css
<style>
span { border-color: #FF995C; }
span { border-color: rgb(255,153,92); }
td.TdClassName
{
border-color: #FF995C;
}
.TagClassName
{
border-color: #FF995C;
}
</style>