Shades of Atomic Tangerine #FF8F5A
Tints of Atomic Tangerine #FF8F5A
RGB
CMYK
RGB Variations
Color information
#FF8F5A (or 0xFF8F5A) is known color: Atomic Tangerine. HEX triplet: FF, 8F and 5A. RGB value is (255,143,90). Sum of RGB (Red+Green+Blue) = 255+143+90=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 143 (56.25% from 255 or 29.30% from 488); Blue value is 90 (35.55% from 255 or 18.44% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8F5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8F5A is #0070A5. Grayscale: #AAAAAA. Windows color (decimal): -28838 or 5935103. OLE color: 5935103.
HSL color Cylindrical-coordinate representation of color #FF8F5A: hue angle of 19.27º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FF8F5A is Cyan = 0, Magento = 0.44, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 143 | 90 | - |
| CMYK | 0 | 0.44 | 0.65 | 0 |
| HSL | 19.27º | 1% | 0.68% | - |
| HSV(B) | 19.27º | 0.65% | 1% | - |
| XYZ | 52.91 | 41.64 | 14.92 | - |
| YUV | 170.45 | 82.61 | 188.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 143 | 90 | 0 | 0.44 | 0.65 | 0 | 19.27 | 1 | 0.68 |
| Hex | FF | 8F | 5A | 0 | 2C | 41 | 0 | 13 | 64 | 44 |
| Octal | 377 | 217 | 132 | 0 | 54 | 101 | 0 | 23 | 144 | 104 |
| Binary | 11111111 | 10001111 | 1011010 | 0 | 101100 | 1000001 | 0 | 10011 | 1100100 | 1000100 |
Color Harmonies of #FF8F5A
Complementary color
Monochromatic Colors of #FF8F5A
Black with #FF8F5A
Text Example
Text Example
White with #FF8F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8F5A; }
p { color: rgb(255,143,90); }
H1.HeaderClassName
{
color: #FF8F5A;
}
.AnyTagClassName
{
color: #FF8F5A;
}
</style>
background-color css
<style>
a { background-color: #FF8F5A; }
a { background-color: rgb(255,143,90); }
div.DivClassName
{
background-color: #FF8F5A;
}
.BgClassName
{
background-color: #FF8F5A;
}
</style>
border-color css
<style>
span { border-color: #FF8F5A; }
span { border-color: rgb(255,143,90); }
td.TdClassName
{
border-color: #FF8F5A;
}
.TagClassName
{
border-color: #FF8F5A;
}
</style>