Shades of Atomic Tangerine #FD8E5E
Tints of Atomic Tangerine #FD8E5E
RGB
CMYK
RGB Variations
Color information
#FD8E5E (or 0xFD8E5E) is known color: Atomic Tangerine. HEX triplet: FD, 8E and 5E. RGB value is (253,142,94). Sum of RGB (Red+Green+Blue) = 253+142+94=489 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.74% from 489); Green value is 142 (55.86% from 255 or 29.04% from 489); Blue value is 94 (37.11% from 255 or 19.22% from 489); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8E5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8E5E is #0271A1. Grayscale: #AAAAAA. Windows color (decimal): -160162 or 6196989. OLE color: 6196989.
HSL color Cylindrical-coordinate representation of color #FD8E5E: hue angle of 18.11º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FD8E5E is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 142 | 94 | - |
CMYK | 0 | 0.44 | 0.63 | 0.01 |
HSL | 18.11º | 0.98% | 0.68% | - |
HSV(B) | 18.11º | 0.63% | 0.99% | - |
XYZ | 52.2 | 41.04 | 15.76 | - |
YUV | 169.72 | 85.27 | 187.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 142 | 94 | 0 | 0.44 | 0.63 | 0.01 | 18.11 | 0.98 | 0.68 |
Hex | FD | 8E | 5E | 0 | 2C | 3F | 1 | 12 | 62 | 44 |
Octal | 375 | 216 | 136 | 0 | 54 | 77 | 1 | 22 | 142 | 104 |
Binary | 11111101 | 10001110 | 1011110 | 0 | 101100 | 111111 | 1 | 10010 | 1100010 | 1000100 |
Color Harmonies of #FD8E5E
Complementary color
Monochromatic Colors of #FD8E5E
Black with #FD8E5E
Text Example
Text Example
White with #FD8E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8E5E; }
p { color: rgb(253,142,94); }
H1.HeaderClassName
{
color: #FD8E5E;
}
.AnyTagClassName
{
color: #FD8E5E;
}
</style>
background-color css
<style>
a { background-color: #FD8E5E; }
a { background-color: rgb(253,142,94); }
div.DivClassName
{
background-color: #FD8E5E;
}
.BgClassName
{
background-color: #FD8E5E;
}
</style>
border-color css
<style>
span { border-color: #FD8E5E; }
span { border-color: rgb(253,142,94); }
td.TdClassName
{
border-color: #FD8E5E;
}
.TagClassName
{
border-color: #FD8E5E;
}
</style>