Shades of Atomic Tangerine #FF906F
Tints of Atomic Tangerine #FF906F
RGB
CMYK
RGB Variations
Color information
#FF906F (or 0xFF906F) is known color: Atomic Tangerine. HEX triplet: FF, 90 and 6F. RGB value is (255,144,111). Sum of RGB (Red+Green+Blue) = 255+144+111=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 144 (56.64% from 255 or 28.24% from 510); Blue value is 111 (43.75% from 255 or 21.76% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FF906F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF906F is #006F90. Grayscale: #ADADAD. Windows color (decimal): -28561 or 7311615. OLE color: 7311615.
HSL color Cylindrical-coordinate representation of color #FF906F: hue angle of 13.75º 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 #FF906F is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 144 | 111 | - |
| CMYK | 0 | 0.44 | 0.56 | 0 |
| HSL | 13.75º | 1% | 0.72% | - |
| HSV(B) | 13.75º | 0.56% | 1% | - |
| XYZ | 54.08 | 42.35 | 20.36 | - |
| YUV | 173.43 | 92.77 | 186.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 144 | 111 | 0 | 0.44 | 0.56 | 0 | 13.75 | 1 | 0.72 |
| Hex | FF | 90 | 6F | 0 | 2C | 38 | 0 | E | 64 | 48 |
| Octal | 377 | 220 | 157 | 0 | 54 | 70 | 0 | 16 | 144 | 110 |
| Binary | 11111111 | 10010000 | 1101111 | 0 | 101100 | 111000 | 0 | 1110 | 1100100 | 1001000 |
Color Harmonies of #FF906F
Complementary color
Monochromatic Colors of #FF906F
Black with #FF906F
Text Example
Text Example
White with #FF906F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF906F; }
p { color: rgb(255,144,111); }
H1.HeaderClassName
{
color: #FF906F;
}
.AnyTagClassName
{
color: #FF906F;
}
</style>
background-color css
<style>
a { background-color: #FF906F; }
a { background-color: rgb(255,144,111); }
div.DivClassName
{
background-color: #FF906F;
}
.BgClassName
{
background-color: #FF906F;
}
</style>
border-color css
<style>
span { border-color: #FF906F; }
span { border-color: rgb(255,144,111); }
td.TdClassName
{
border-color: #FF906F;
}
.TagClassName
{
border-color: #FF906F;
}
</style>