Shades of Atomic Tangerine #FF8B5F
Tints of Atomic Tangerine #FF8B5F
RGB
CMYK
RGB Variations
Color information
#FF8B5F (or 0xFF8B5F) is known color: Atomic Tangerine. HEX triplet: FF, 8B and 5F. RGB value is (255,139,95). Sum of RGB (Red+Green+Blue) = 255+139+95=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 139 (54.69% from 255 or 28.43% from 489); Blue value is 95 (37.5% from 255 or 19.43% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8B5F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8B5F is #0074A0. Grayscale: #A8A8A8. Windows color (decimal): -29857 or 6261759. OLE color: 6261759.
HSL color Cylindrical-coordinate representation of color #FF8B5F: hue angle of 16.5º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FF8B5F is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 139 | 95 | - |
| CMYK | 0 | 0.45 | 0.63 | 0 |
| HSL | 16.5º | 1% | 0.69% | - |
| HSV(B) | 16.5º | 0.63% | 1% | - |
| XYZ | 52.54 | 40.55 | 15.88 | - |
| YUV | 168.67 | 86.43 | 189.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 139 | 95 | 0 | 0.45 | 0.63 | 0 | 16.5 | 1 | 0.69 |
| Hex | FF | 8B | 5F | 0 | 2D | 3F | 0 | 10 | 64 | 45 |
| Octal | 377 | 213 | 137 | 0 | 55 | 77 | 0 | 20 | 144 | 105 |
| Binary | 11111111 | 10001011 | 1011111 | 0 | 101101 | 111111 | 0 | 10000 | 1100100 | 1000101 |
Color Harmonies of #FF8B5F
Complementary color
Monochromatic Colors of #FF8B5F
Black with #FF8B5F
Text Example
Text Example
White with #FF8B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8B5F; }
p { color: rgb(255,139,95); }
H1.HeaderClassName
{
color: #FF8B5F;
}
.AnyTagClassName
{
color: #FF8B5F;
}
</style>
background-color css
<style>
a { background-color: #FF8B5F; }
a { background-color: rgb(255,139,95); }
div.DivClassName
{
background-color: #FF8B5F;
}
.BgClassName
{
background-color: #FF8B5F;
}
</style>
border-color css
<style>
span { border-color: #FF8B5F; }
span { border-color: rgb(255,139,95); }
td.TdClassName
{
border-color: #FF8B5F;
}
.TagClassName
{
border-color: #FF8B5F;
}
</style>