Shades of Atomic Tangerine #FD8C60
Tints of Atomic Tangerine #FD8C60
RGB
CMYK
RGB Variations
Color information
#FD8C60 (or 0xFD8C60) is known color: Atomic Tangerine. HEX triplet: FD, 8C and 60. RGB value is (253,140,96). Sum of RGB (Red+Green+Blue) = 253+140+96=489 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.74% from 489); Green value is 140 (55.08% from 255 or 28.63% from 489); Blue value is 96 (37.89% from 255 or 19.63% from 489); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8C60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8C60 is #02739F. Grayscale: #A9A9A9. Windows color (decimal): -160672 or 6327549. OLE color: 6327549.
HSL color Cylindrical-coordinate representation of color #FD8C60: hue angle of 16.82º 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 #FD8C60 is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 140 | 96 | - |
| CMYK | 0 | 0.45 | 0.62 | 0.01 |
| HSL | 16.82º | 0.98% | 0.68% | - |
| HSV(B) | 16.82º | 0.62% | 0.99% | - |
| XYZ | 52 | 40.48 | 16.14 | - |
| YUV | 168.77 | 86.94 | 188.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 140 | 96 | 0 | 0.45 | 0.62 | 0.01 | 16.82 | 0.98 | 0.68 |
| Hex | FD | 8C | 60 | 0 | 2D | 3E | 1 | 11 | 62 | 44 |
| Octal | 375 | 214 | 140 | 0 | 55 | 76 | 1 | 21 | 142 | 104 |
| Binary | 11111101 | 10001100 | 1100000 | 0 | 101101 | 111110 | 1 | 10001 | 1100010 | 1000100 |
Color Harmonies of #FD8C60
Complementary color
Monochromatic Colors of #FD8C60
Black with #FD8C60
Text Example
Text Example
White with #FD8C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8C60; }
p { color: rgb(253,140,96); }
H1.HeaderClassName
{
color: #FD8C60;
}
.AnyTagClassName
{
color: #FD8C60;
}
</style>
background-color css
<style>
a { background-color: #FD8C60; }
a { background-color: rgb(253,140,96); }
div.DivClassName
{
background-color: #FD8C60;
}
.BgClassName
{
background-color: #FD8C60;
}
</style>
border-color css
<style>
span { border-color: #FD8C60; }
span { border-color: rgb(253,140,96); }
td.TdClassName
{
border-color: #FD8C60;
}
.TagClassName
{
border-color: #FD8C60;
}
</style>