Shades of Atomic Tangerine #FF8F69
Tints of Atomic Tangerine #FF8F69
RGB
CMYK
RGB Variations
Color information
#FF8F69 (or 0xFF8F69) is known color: Atomic Tangerine. HEX triplet: FF, 8F and 69. RGB value is (255,143,105). Sum of RGB (Red+Green+Blue) = 255+143+105=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 143 (56.25% from 255 or 28.43% from 503); Blue value is 105 (41.41% from 255 or 20.87% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8F69 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8F69 is #007096. Grayscale: #ACACAC. Windows color (decimal): -28823 or 6918143. OLE color: 6918143.
HSL color Cylindrical-coordinate representation of color #FF8F69: hue angle of 15.2º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FF8F69 is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 143 | 105 | - |
| CMYK | 0 | 0.44 | 0.59 | 0 |
| HSL | 15.2º | 1% | 0.71% | - |
| HSV(B) | 15.2º | 0.59% | 1% | - |
| XYZ | 53.61 | 41.92 | 18.63 | - |
| YUV | 172.16 | 90.11 | 187.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 143 | 105 | 0 | 0.44 | 0.59 | 0 | 15.2 | 1 | 0.71 |
| Hex | FF | 8F | 69 | 0 | 2C | 3B | 0 | F | 64 | 47 |
| Octal | 377 | 217 | 151 | 0 | 54 | 73 | 0 | 17 | 144 | 107 |
| Binary | 11111111 | 10001111 | 1101001 | 0 | 101100 | 111011 | 0 | 1111 | 1100100 | 1000111 |
Color Harmonies of #FF8F69
Complementary color
Monochromatic Colors of #FF8F69
Black with #FF8F69
Text Example
Text Example
White with #FF8F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8F69; }
p { color: rgb(255,143,105); }
H1.HeaderClassName
{
color: #FF8F69;
}
.AnyTagClassName
{
color: #FF8F69;
}
</style>
background-color css
<style>
a { background-color: #FF8F69; }
a { background-color: rgb(255,143,105); }
div.DivClassName
{
background-color: #FF8F69;
}
.BgClassName
{
background-color: #FF8F69;
}
</style>
border-color css
<style>
span { border-color: #FF8F69; }
span { border-color: rgb(255,143,105); }
td.TdClassName
{
border-color: #FF8F69;
}
.TagClassName
{
border-color: #FF8F69;
}
</style>