Shades of Atomic Tangerine #FF916F
Tints of Atomic Tangerine #FF916F
RGB
CMYK
RGB Variations
Color information
#FF916F (or 0xFF916F) is known color: Atomic Tangerine. HEX triplet: FF, 91 and 6F. RGB value is (255,145,111). Sum of RGB (Red+Green+Blue) = 255+145+111=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 145 (57.03% from 255 or 28.38% from 511); Blue value is 111 (43.75% from 255 or 21.72% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FF916F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF916F is #006E90. Grayscale: #AEAEAE. Windows color (decimal): -28305 or 7311871. OLE color: 7311871.
HSL color Cylindrical-coordinate representation of color #FF916F: hue angle of 14.17º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FF916F is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 145 | 111 | - |
| CMYK | 0 | 0.43 | 0.56 | 0 |
| HSL | 14.17º | 1% | 0.72% | - |
| HSV(B) | 14.17º | 0.56% | 1% | - |
| XYZ | 54.23 | 42.66 | 20.41 | - |
| YUV | 174.01 | 92.44 | 185.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 145 | 111 | 0 | 0.43 | 0.56 | 0 | 14.17 | 1 | 0.72 |
| Hex | FF | 91 | 6F | 0 | 2B | 38 | 0 | E | 64 | 48 |
| Octal | 377 | 221 | 157 | 0 | 53 | 70 | 0 | 16 | 144 | 110 |
| Binary | 11111111 | 10010001 | 1101111 | 0 | 101011 | 111000 | 0 | 1110 | 1100100 | 1001000 |
Color Harmonies of #FF916F
Complementary color
Monochromatic Colors of #FF916F
Black with #FF916F
Text Example
Text Example
White with #FF916F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF916F; }
p { color: rgb(255,145,111); }
H1.HeaderClassName
{
color: #FF916F;
}
.AnyTagClassName
{
color: #FF916F;
}
</style>
background-color css
<style>
a { background-color: #FF916F; }
a { background-color: rgb(255,145,111); }
div.DivClassName
{
background-color: #FF916F;
}
.BgClassName
{
background-color: #FF916F;
}
</style>
border-color css
<style>
span { border-color: #FF916F; }
span { border-color: rgb(255,145,111); }
td.TdClassName
{
border-color: #FF916F;
}
.TagClassName
{
border-color: #FF916F;
}
</style>