Shades of Atomic Tangerine #FD8C68
Tints of Atomic Tangerine #FD8C68
RGB
CMYK
RGB Variations
Color information
#FD8C68 (or 0xFD8C68) is known color: Atomic Tangerine. HEX triplet: FD, 8C and 68. RGB value is (253,140,104). Sum of RGB (Red+Green+Blue) = 253+140+104=497 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.91% from 497); Green value is 140 (55.08% from 255 or 28.17% from 497); Blue value is 104 (41.02% from 255 or 20.93% from 497); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8C68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8C68 is #027397. Grayscale: #A9A9A9. Windows color (decimal): -160664 or 6851837. OLE color: 6851837.
HSL color Cylindrical-coordinate representation of color #FD8C68: hue angle of 14.5º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FD8C68 is Cyan = 0, Magento = 0.45, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 140 | 104 | - |
| CMYK | 0 | 0.45 | 0.59 | 0.01 |
| HSL | 14.5º | 0.97% | 0.7% | - |
| HSV(B) | 14.5º | 0.59% | 0.99% | - |
| XYZ | 52.38 | 40.64 | 18.18 | - |
| YUV | 169.68 | 90.94 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 140 | 104 | 0 | 0.45 | 0.59 | 0.01 | 14.5 | 0.97 | 0.7 |
| Hex | FD | 8C | 68 | 0 | 2D | 3B | 1 | E | 61 | 46 |
| Octal | 375 | 214 | 150 | 0 | 55 | 73 | 1 | 16 | 141 | 106 |
| Binary | 11111101 | 10001100 | 1101000 | 0 | 101101 | 111011 | 1 | 1110 | 1100001 | 1000110 |
Color Harmonies of #FD8C68
Complementary color
Monochromatic Colors of #FD8C68
Black with #FD8C68
Text Example
Text Example
White with #FD8C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8C68; }
p { color: rgb(253,140,104); }
H1.HeaderClassName
{
color: #FD8C68;
}
.AnyTagClassName
{
color: #FD8C68;
}
</style>
background-color css
<style>
a { background-color: #FD8C68; }
a { background-color: rgb(253,140,104); }
div.DivClassName
{
background-color: #FD8C68;
}
.BgClassName
{
background-color: #FD8C68;
}
</style>
border-color css
<style>
span { border-color: #FD8C68; }
span { border-color: rgb(253,140,104); }
td.TdClassName
{
border-color: #FD8C68;
}
.TagClassName
{
border-color: #FD8C68;
}
</style>