Shades of Atomic Tangerine #FF8F5C
Tints of Atomic Tangerine #FF8F5C
RGB
CMYK
RGB Variations
Color information
#FF8F5C (or 0xFF8F5C) is known color: Atomic Tangerine. HEX triplet: FF, 8F and 5C. RGB value is (255,143,92). Sum of RGB (Red+Green+Blue) = 255+143+92=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 143 (56.25% from 255 or 29.18% from 490); Blue value is 92 (36.33% from 255 or 18.78% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8F5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8F5C is #0070A3. Grayscale: #AAAAAA. Windows color (decimal): -28836 or 6066175. OLE color: 6066175.
HSL color Cylindrical-coordinate representation of color #FF8F5C: hue angle of 18.77º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF8F5C is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 143 | 92 | - |
| CMYK | 0 | 0.44 | 0.64 | 0 |
| HSL | 18.77º | 1% | 0.68% | - |
| HSV(B) | 18.77º | 0.64% | 1% | - |
| XYZ | 52.99 | 41.68 | 15.38 | - |
| YUV | 170.67 | 83.61 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 143 | 92 | 0 | 0.44 | 0.64 | 0 | 18.77 | 1 | 0.68 |
| Hex | FF | 8F | 5C | 0 | 2C | 40 | 0 | 13 | 64 | 44 |
| Octal | 377 | 217 | 134 | 0 | 54 | 100 | 0 | 23 | 144 | 104 |
| Binary | 11111111 | 10001111 | 1011100 | 0 | 101100 | 1000000 | 0 | 10011 | 1100100 | 1000100 |
Color Harmonies of #FF8F5C
Complementary color
Monochromatic Colors of #FF8F5C
Black with #FF8F5C
Text Example
Text Example
White with #FF8F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8F5C; }
p { color: rgb(255,143,92); }
H1.HeaderClassName
{
color: #FF8F5C;
}
.AnyTagClassName
{
color: #FF8F5C;
}
</style>
background-color css
<style>
a { background-color: #FF8F5C; }
a { background-color: rgb(255,143,92); }
div.DivClassName
{
background-color: #FF8F5C;
}
.BgClassName
{
background-color: #FF8F5C;
}
</style>
border-color css
<style>
span { border-color: #FF8F5C; }
span { border-color: rgb(255,143,92); }
td.TdClassName
{
border-color: #FF8F5C;
}
.TagClassName
{
border-color: #FF8F5C;
}
</style>