Shades of Atomic Tangerine #FE8F6C
Tints of Atomic Tangerine #FE8F6C
RGB
CMYK
RGB Variations
Color information
#FE8F6C (or 0xFE8F6C) is known color: Atomic Tangerine. HEX triplet: FE, 8F and 6C. RGB value is (254,143,108). Sum of RGB (Red+Green+Blue) = 254+143+108=505 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.30% from 505); Green value is 143 (56.25% from 255 or 28.32% from 505); Blue value is 108 (42.58% from 255 or 21.39% from 505); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8F6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8F6C is #017093. Grayscale: #ACACAC. Windows color (decimal): -94356 or 7114750. OLE color: 7114750.
HSL color Cylindrical-coordinate representation of color #FE8F6C: hue angle of 14.38º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FE8F6C is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 143 | 108 | - |
| CMYK | 0 | 0.44 | 0.57 | 0.00 |
| HSL | 14.38º | 0.99% | 0.71% | - |
| HSV(B) | 14.38º | 0.57% | 1% | - |
| XYZ | 53.4 | 41.8 | 19.44 | - |
| YUV | 172.2 | 91.77 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 143 | 108 | 0 | 0.44 | 0.57 | 0.00 | 14.38 | 0.99 | 0.71 |
| Hex | FE | 8F | 6C | 0 | 2C | 39 | 0 | E | 63 | 47 |
| Octal | 376 | 217 | 154 | 0 | 54 | 71 | 0 | 16 | 143 | 107 |
| Binary | 11111110 | 10001111 | 1101100 | 0 | 101100 | 111001 | 0 | 1110 | 1100011 | 1000111 |
Color Harmonies of #FE8F6C
Complementary color
Monochromatic Colors of #FE8F6C
Black with #FE8F6C
Text Example
Text Example
White with #FE8F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8F6C; }
p { color: rgb(254,143,108); }
H1.HeaderClassName
{
color: #FE8F6C;
}
.AnyTagClassName
{
color: #FE8F6C;
}
</style>
background-color css
<style>
a { background-color: #FE8F6C; }
a { background-color: rgb(254,143,108); }
div.DivClassName
{
background-color: #FE8F6C;
}
.BgClassName
{
background-color: #FE8F6C;
}
</style>
border-color css
<style>
span { border-color: #FE8F6C; }
span { border-color: rgb(254,143,108); }
td.TdClassName
{
border-color: #FE8F6C;
}
.TagClassName
{
border-color: #FE8F6C;
}
</style>