Shades of Atomic Tangerine #FF9867
Tints of Atomic Tangerine #FF9867
RGB
CMYK
RGB Variations
Color information
#FF9867 (or 0xFF9867) is known color: Atomic Tangerine. HEX triplet: FF, 98 and 67. RGB value is (255,152,103). Sum of RGB (Red+Green+Blue) = 255+152+103=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 152 (59.77% from 255 or 29.80% from 510); Blue value is 103 (40.62% from 255 or 20.20% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9867 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9867 is #006798. Grayscale: #B1B1B1. Windows color (decimal): -26521 or 6789375. OLE color: 6789375.
HSL color Cylindrical-coordinate representation of color #FF9867: hue angle of 19.34º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF9867 is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 152 | 103 | - |
| CMYK | 0 | 0.40 | 0.60 | 0 |
| HSL | 19.34º | 1% | 0.7% | - |
| HSV(B) | 19.34º | 0.6% | 1% | - |
| XYZ | 54.92 | 44.7 | 18.56 | - |
| YUV | 177.21 | 86.12 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 152 | 103 | 0 | 0.40 | 0.60 | 0 | 19.34 | 1 | 0.7 |
| Hex | FF | 98 | 67 | 0 | 28 | 3C | 0 | 13 | 64 | 46 |
| Octal | 377 | 230 | 147 | 0 | 50 | 74 | 0 | 23 | 144 | 106 |
| Binary | 11111111 | 10011000 | 1100111 | 0 | 101000 | 111100 | 0 | 10011 | 1100100 | 1000110 |
Color Harmonies of #FF9867
Complementary color
Monochromatic Colors of #FF9867
Black with #FF9867
Text Example
Text Example
White with #FF9867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9867; }
p { color: rgb(255,152,103); }
H1.HeaderClassName
{
color: #FF9867;
}
.AnyTagClassName
{
color: #FF9867;
}
</style>
background-color css
<style>
a { background-color: #FF9867; }
a { background-color: rgb(255,152,103); }
div.DivClassName
{
background-color: #FF9867;
}
.BgClassName
{
background-color: #FF9867;
}
</style>
border-color css
<style>
span { border-color: #FF9867; }
span { border-color: rgb(255,152,103); }
td.TdClassName
{
border-color: #FF9867;
}
.TagClassName
{
border-color: #FF9867;
}
</style>