Shades of Atomic Tangerine #FF916D
Tints of Atomic Tangerine #FF916D
RGB
CMYK
RGB Variations
Color information
#FF916D (or 0xFF916D) is known color: Atomic Tangerine. HEX triplet: FF, 91 and 6D. RGB value is (255,145,109). Sum of RGB (Red+Green+Blue) = 255+145+109=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 145 (57.03% from 255 or 28.49% from 509); Blue value is 109 (42.97% from 255 or 21.41% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FF916D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF916D is #006E92. Grayscale: #AEAEAE. Windows color (decimal): -28307 or 7180799. OLE color: 7180799.
HSL color Cylindrical-coordinate representation of color #FF916D: hue angle of 14.79º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FF916D is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 145 | 109 | - |
| CMYK | 0 | 0.43 | 0.57 | 0 |
| HSL | 14.79º | 1% | 0.71% | - |
| HSV(B) | 14.79º | 0.57% | 1% | - |
| XYZ | 54.13 | 42.61 | 19.84 | - |
| YUV | 173.79 | 91.44 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 145 | 109 | 0 | 0.43 | 0.57 | 0 | 14.79 | 1 | 0.71 |
| Hex | FF | 91 | 6D | 0 | 2B | 39 | 0 | F | 64 | 47 |
| Octal | 377 | 221 | 155 | 0 | 53 | 71 | 0 | 17 | 144 | 107 |
| Binary | 11111111 | 10010001 | 1101101 | 0 | 101011 | 111001 | 0 | 1111 | 1100100 | 1000111 |
Color Harmonies of #FF916D
Complementary color
Monochromatic Colors of #FF916D
Black with #FF916D
Text Example
Text Example
White with #FF916D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF916D; }
p { color: rgb(255,145,109); }
H1.HeaderClassName
{
color: #FF916D;
}
.AnyTagClassName
{
color: #FF916D;
}
</style>
background-color css
<style>
a { background-color: #FF916D; }
a { background-color: rgb(255,145,109); }
div.DivClassName
{
background-color: #FF916D;
}
.BgClassName
{
background-color: #FF916D;
}
</style>
border-color css
<style>
span { border-color: #FF916D; }
span { border-color: rgb(255,145,109); }
td.TdClassName
{
border-color: #FF916D;
}
.TagClassName
{
border-color: #FF916D;
}
</style>