Shades of Atomic Tangerine #FF985A
Tints of Atomic Tangerine #FF985A
RGB
CMYK
RGB Variations
Color information
#FF985A (or 0xFF985A) is known color: Atomic Tangerine. HEX triplet: FF, 98 and 5A. RGB value is (255,152,90). Sum of RGB (Red+Green+Blue) = 255+152+90=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 152 (59.77% from 255 or 30.58% from 497); Blue value is 90 (35.55% from 255 or 18.11% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FF985A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF985A is #0067A5. Grayscale: #B0B0B0. Windows color (decimal): -26534 or 5937407. OLE color: 5937407.
HSL color Cylindrical-coordinate representation of color #FF985A: hue angle of 22.55º 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 #FF985A is Cyan = 0, Magento = 0.40, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 152 | 90 | - |
| CMYK | 0 | 0.40 | 0.65 | 0 |
| HSL | 22.55º | 1% | 0.68% | - |
| HSV(B) | 22.55º | 0.65% | 1% | - |
| XYZ | 54.31 | 44.45 | 15.39 | - |
| YUV | 175.73 | 79.62 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 152 | 90 | 0 | 0.40 | 0.65 | 0 | 22.55 | 1 | 0.68 |
| Hex | FF | 98 | 5A | 0 | 28 | 41 | 0 | 17 | 64 | 44 |
| Octal | 377 | 230 | 132 | 0 | 50 | 101 | 0 | 27 | 144 | 104 |
| Binary | 11111111 | 10011000 | 1011010 | 0 | 101000 | 1000001 | 0 | 10111 | 1100100 | 1000100 |
Color Harmonies of #FF985A
Complementary color
Monochromatic Colors of #FF985A
Black with #FF985A
Text Example
Text Example
White with #FF985A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF985A; }
p { color: rgb(255,152,90); }
H1.HeaderClassName
{
color: #FF985A;
}
.AnyTagClassName
{
color: #FF985A;
}
</style>
background-color css
<style>
a { background-color: #FF985A; }
a { background-color: rgb(255,152,90); }
div.DivClassName
{
background-color: #FF985A;
}
.BgClassName
{
background-color: #FF985A;
}
</style>
border-color css
<style>
span { border-color: #FF985A; }
span { border-color: rgb(255,152,90); }
td.TdClassName
{
border-color: #FF985A;
}
.TagClassName
{
border-color: #FF985A;
}
</style>