Shades of Atomic Tangerine #FF8B61
Tints of Atomic Tangerine #FF8B61
RGB
CMYK
RGB Variations
Color information
#FF8B61 (or 0xFF8B61) is known color: Atomic Tangerine. HEX triplet: FF, 8B and 61. RGB value is (255,139,97). Sum of RGB (Red+Green+Blue) = 255+139+97=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 139 (54.69% from 255 or 28.31% from 491); Blue value is 97 (38.28% from 255 or 19.76% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8B61 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8B61 is #00749E. Grayscale: #A9A9A9. Windows color (decimal): -29855 or 6392831. OLE color: 6392831.
HSL color Cylindrical-coordinate representation of color #FF8B61: hue angle of 15.95º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FF8B61 is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 139 | 97 | - |
| CMYK | 0 | 0.45 | 0.62 | 0 |
| HSL | 15.95º | 1% | 0.69% | - |
| HSV(B) | 15.95º | 0.62% | 1% | - |
| XYZ | 52.63 | 40.59 | 16.37 | - |
| YUV | 168.9 | 87.43 | 189.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 139 | 97 | 0 | 0.45 | 0.62 | 0 | 15.95 | 1 | 0.69 |
| Hex | FF | 8B | 61 | 0 | 2D | 3E | 0 | 10 | 64 | 45 |
| Octal | 377 | 213 | 141 | 0 | 55 | 76 | 0 | 20 | 144 | 105 |
| Binary | 11111111 | 10001011 | 1100001 | 0 | 101101 | 111110 | 0 | 10000 | 1100100 | 1000101 |
Color Harmonies of #FF8B61
Complementary color
Monochromatic Colors of #FF8B61
Black with #FF8B61
Text Example
Text Example
White with #FF8B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8B61; }
p { color: rgb(255,139,97); }
H1.HeaderClassName
{
color: #FF8B61;
}
.AnyTagClassName
{
color: #FF8B61;
}
</style>
background-color css
<style>
a { background-color: #FF8B61; }
a { background-color: rgb(255,139,97); }
div.DivClassName
{
background-color: #FF8B61;
}
.BgClassName
{
background-color: #FF8B61;
}
</style>
border-color css
<style>
span { border-color: #FF8B61; }
span { border-color: rgb(255,139,97); }
td.TdClassName
{
border-color: #FF8B61;
}
.TagClassName
{
border-color: #FF8B61;
}
</style>