Shades of Atomic Tangerine #FF916E
Tints of Atomic Tangerine #FF916E
RGB
CMYK
RGB Variations
Color information
#FF916E (or 0xFF916E) is known color: Atomic Tangerine. HEX triplet: FF, 91 and 6E. RGB value is (255,145,110). Sum of RGB (Red+Green+Blue) = 255+145+110=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 145 (57.03% from 255 or 28.43% from 510); Blue value is 110 (43.36% from 255 or 21.57% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FF916E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF916E is #006E91. Grayscale: #AEAEAE. Windows color (decimal): -28306 or 7246335. OLE color: 7246335.
HSL color Cylindrical-coordinate representation of color #FF916E: hue angle of 14.48º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FF916E is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 145 | 110 | - |
| CMYK | 0 | 0.43 | 0.57 | 0 |
| HSL | 14.48º | 1% | 0.72% | - |
| HSV(B) | 14.48º | 0.57% | 1% | - |
| XYZ | 54.18 | 42.64 | 20.13 | - |
| YUV | 173.9 | 91.94 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 145 | 110 | 0 | 0.43 | 0.57 | 0 | 14.48 | 1 | 0.72 |
| Hex | FF | 91 | 6E | 0 | 2B | 39 | 0 | E | 64 | 48 |
| Octal | 377 | 221 | 156 | 0 | 53 | 71 | 0 | 16 | 144 | 110 |
| Binary | 11111111 | 10010001 | 1101110 | 0 | 101011 | 111001 | 0 | 1110 | 1100100 | 1001000 |
Color Harmonies of #FF916E
Complementary color
Monochromatic Colors of #FF916E
Black with #FF916E
Text Example
Text Example
White with #FF916E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF916E; }
p { color: rgb(255,145,110); }
H1.HeaderClassName
{
color: #FF916E;
}
.AnyTagClassName
{
color: #FF916E;
}
</style>
background-color css
<style>
a { background-color: #FF916E; }
a { background-color: rgb(255,145,110); }
div.DivClassName
{
background-color: #FF916E;
}
.BgClassName
{
background-color: #FF916E;
}
</style>
border-color css
<style>
span { border-color: #FF916E; }
span { border-color: rgb(255,145,110); }
td.TdClassName
{
border-color: #FF916E;
}
.TagClassName
{
border-color: #FF916E;
}
</style>