Shades of Atomic Tangerine #FD8D64
Tints of Atomic Tangerine #FD8D64
RGB
CMYK
RGB Variations
Color information
#FD8D64 (or 0xFD8D64) is known color: Atomic Tangerine. HEX triplet: FD, 8D and 64. RGB value is (253,141,100). Sum of RGB (Red+Green+Blue) = 253+141+100=494 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.21% from 494); Green value is 141 (55.47% from 255 or 28.54% from 494); Blue value is 100 (39.45% from 255 or 20.24% from 494); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8D64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8D64 is #02729B. Grayscale: #AAAAAA. Windows color (decimal): -160412 or 6589949. OLE color: 6589949.
HSL color Cylindrical-coordinate representation of color #FD8D64: hue angle of 16.08º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FD8D64 is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 141 | 100 | - |
| CMYK | 0 | 0.44 | 0.60 | 0.01 |
| HSL | 16.08º | 0.97% | 0.69% | - |
| HSV(B) | 16.08º | 0.6% | 0.99% | - |
| XYZ | 52.33 | 40.85 | 17.18 | - |
| YUV | 169.81 | 88.61 | 187.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 141 | 100 | 0 | 0.44 | 0.60 | 0.01 | 16.08 | 0.97 | 0.69 |
| Hex | FD | 8D | 64 | 0 | 2C | 3C | 1 | 10 | 61 | 45 |
| Octal | 375 | 215 | 144 | 0 | 54 | 74 | 1 | 20 | 141 | 105 |
| Binary | 11111101 | 10001101 | 1100100 | 0 | 101100 | 111100 | 1 | 10000 | 1100001 | 1000101 |
Color Harmonies of #FD8D64
Complementary color
Monochromatic Colors of #FD8D64
Black with #FD8D64
Text Example
Text Example
White with #FD8D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8D64; }
p { color: rgb(253,141,100); }
H1.HeaderClassName
{
color: #FD8D64;
}
.AnyTagClassName
{
color: #FD8D64;
}
</style>
background-color css
<style>
a { background-color: #FD8D64; }
a { background-color: rgb(253,141,100); }
div.DivClassName
{
background-color: #FD8D64;
}
.BgClassName
{
background-color: #FD8D64;
}
</style>
border-color css
<style>
span { border-color: #FD8D64; }
span { border-color: rgb(253,141,100); }
td.TdClassName
{
border-color: #FD8D64;
}
.TagClassName
{
border-color: #FD8D64;
}
</style>