Shades of Atomic Tangerine #FE8C6B
Tints of Atomic Tangerine #FE8C6B
RGB
CMYK
RGB Variations
Color information
#FE8C6B (or 0xFE8C6B) is known color: Atomic Tangerine. HEX triplet: FE, 8C and 6B. RGB value is (254,140,107). Sum of RGB (Red+Green+Blue) = 254+140+107=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 140 (55.08% from 255 or 27.94% from 501); Blue value is 107 (42.19% from 255 or 21.36% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8C6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8C6B is #017394. Grayscale: #AAAAAA. Windows color (decimal): -95125 or 7048446. OLE color: 7048446.
HSL color Cylindrical-coordinate representation of color #FE8C6B: hue angle of 13.47º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FE8C6B is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 140 | 107 | - |
| CMYK | 0 | 0.45 | 0.58 | 0.00 |
| HSL | 13.47º | 0.99% | 0.71% | - |
| HSV(B) | 13.47º | 0.58% | 1% | - |
| XYZ | 52.9 | 40.89 | 19.01 | - |
| YUV | 170.32 | 92.27 | 187.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 140 | 107 | 0 | 0.45 | 0.58 | 0.00 | 13.47 | 0.99 | 0.71 |
| Hex | FE | 8C | 6B | 0 | 2D | 3A | 0 | D | 63 | 47 |
| Octal | 376 | 214 | 153 | 0 | 55 | 72 | 0 | 15 | 143 | 107 |
| Binary | 11111110 | 10001100 | 1101011 | 0 | 101101 | 111010 | 0 | 1101 | 1100011 | 1000111 |
Color Harmonies of #FE8C6B
Complementary color
Monochromatic Colors of #FE8C6B
Black with #FE8C6B
Text Example
Text Example
White with #FE8C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8C6B; }
p { color: rgb(254,140,107); }
H1.HeaderClassName
{
color: #FE8C6B;
}
.AnyTagClassName
{
color: #FE8C6B;
}
</style>
background-color css
<style>
a { background-color: #FE8C6B; }
a { background-color: rgb(254,140,107); }
div.DivClassName
{
background-color: #FE8C6B;
}
.BgClassName
{
background-color: #FE8C6B;
}
</style>
border-color css
<style>
span { border-color: #FE8C6B; }
span { border-color: rgb(254,140,107); }
td.TdClassName
{
border-color: #FE8C6B;
}
.TagClassName
{
border-color: #FE8C6B;
}
</style>