Shades of Atomic Tangerine #FD8D60
Tints of Atomic Tangerine #FD8D60
RGB
CMYK
RGB Variations
Color information
#FD8D60 (or 0xFD8D60) is known color: Atomic Tangerine. HEX triplet: FD, 8D and 60. RGB value is (253,141,96). Sum of RGB (Red+Green+Blue) = 253+141+96=490 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.63% from 490); Green value is 141 (55.47% from 255 or 28.78% from 490); Blue value is 96 (37.89% from 255 or 19.59% from 490); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8D60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8D60 is #02729F. Grayscale: #A9A9A9. Windows color (decimal): -160416 or 6327805. OLE color: 6327805.
HSL color Cylindrical-coordinate representation of color #FD8D60: hue angle of 17.2º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FD8D60 is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 141 | 96 | - |
| CMYK | 0 | 0.44 | 0.62 | 0.01 |
| HSL | 17.2º | 0.98% | 0.68% | - |
| HSV(B) | 17.2º | 0.62% | 0.99% | - |
| XYZ | 52.14 | 40.78 | 16.19 | - |
| YUV | 169.36 | 86.61 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 141 | 96 | 0 | 0.44 | 0.62 | 0.01 | 17.2 | 0.98 | 0.68 |
| Hex | FD | 8D | 60 | 0 | 2C | 3E | 1 | 11 | 62 | 44 |
| Octal | 375 | 215 | 140 | 0 | 54 | 76 | 1 | 21 | 142 | 104 |
| Binary | 11111101 | 10001101 | 1100000 | 0 | 101100 | 111110 | 1 | 10001 | 1100010 | 1000100 |
Color Harmonies of #FD8D60
Complementary color
Monochromatic Colors of #FD8D60
Black with #FD8D60
Text Example
Text Example
White with #FD8D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8D60; }
p { color: rgb(253,141,96); }
H1.HeaderClassName
{
color: #FD8D60;
}
.AnyTagClassName
{
color: #FD8D60;
}
</style>
background-color css
<style>
a { background-color: #FD8D60; }
a { background-color: rgb(253,141,96); }
div.DivClassName
{
background-color: #FD8D60;
}
.BgClassName
{
background-color: #FD8D60;
}
</style>
border-color css
<style>
span { border-color: #FD8D60; }
span { border-color: rgb(253,141,96); }
td.TdClassName
{
border-color: #FD8D60;
}
.TagClassName
{
border-color: #FD8D60;
}
</style>