Shades of Atomic Tangerine #FF995A
Tints of Atomic Tangerine #FF995A
RGB
CMYK
RGB Variations
Color information
#FF995A (or 0xFF995A) is known color: Atomic Tangerine. HEX triplet: FF, 99 and 5A. RGB value is (255,153,90). Sum of RGB (Red+Green+Blue) = 255+153+90=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 153 (60.16% from 255 or 30.72% from 498); Blue value is 90 (35.55% from 255 or 18.07% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FF995A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF995A is #0066A5. Grayscale: #B0B0B0. Windows color (decimal): -26278 or 5937663. OLE color: 5937663.
HSL color Cylindrical-coordinate representation of color #FF995A: hue angle of 22.91º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FF995A is Cyan = 0, Magento = 0.4, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 153 | 90 | - |
| CMYK | 0 | 0.4 | 0.65 | 0 |
| HSL | 22.91º | 1% | 0.68% | - |
| HSV(B) | 22.91º | 0.65% | 1% | - |
| XYZ | 54.48 | 44.78 | 15.45 | - |
| YUV | 176.32 | 79.29 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 153 | 90 | 0 | 0.4 | 0.65 | 0 | 22.91 | 1 | 0.68 |
| Hex | FF | 99 | 5A | 0 | 28 | 41 | 0 | 17 | 64 | 44 |
| Octal | 377 | 231 | 132 | 0 | 50 | 101 | 0 | 27 | 144 | 104 |
| Binary | 11111111 | 10011001 | 1011010 | 0 | 101000 | 1000001 | 0 | 10111 | 1100100 | 1000100 |
Color Harmonies of #FF995A
Complementary color
Monochromatic Colors of #FF995A
Black with #FF995A
Text Example
Text Example
White with #FF995A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF995A; }
p { color: rgb(255,153,90); }
H1.HeaderClassName
{
color: #FF995A;
}
.AnyTagClassName
{
color: #FF995A;
}
</style>
background-color css
<style>
a { background-color: #FF995A; }
a { background-color: rgb(255,153,90); }
div.DivClassName
{
background-color: #FF995A;
}
.BgClassName
{
background-color: #FF995A;
}
</style>
border-color css
<style>
span { border-color: #FF995A; }
span { border-color: rgb(255,153,90); }
td.TdClassName
{
border-color: #FF995A;
}
.TagClassName
{
border-color: #FF995A;
}
</style>