Shades of Atomic Tangerine #FD8C63
Tints of Atomic Tangerine #FD8C63
RGB
CMYK
RGB Variations
Color information
#FD8C63 (or 0xFD8C63) is known color: Atomic Tangerine. HEX triplet: FD, 8C and 63. RGB value is (253,140,99). Sum of RGB (Red+Green+Blue) = 253+140+99=492 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.42% from 492); Green value is 140 (55.08% from 255 or 28.46% from 492); Blue value is 99 (39.06% from 255 or 20.12% from 492); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8C63 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8C63 is #02739C. Grayscale: #A9A9A9. Windows color (decimal): -160669 or 6524157. OLE color: 6524157.
HSL color Cylindrical-coordinate representation of color #FD8C63: hue angle of 15.97º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FD8C63 is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 140 | 99 | - |
| CMYK | 0 | 0.45 | 0.61 | 0.01 |
| HSL | 15.97º | 0.97% | 0.69% | - |
| HSV(B) | 15.97º | 0.61% | 0.99% | - |
| XYZ | 52.14 | 40.54 | 16.88 | - |
| YUV | 169.11 | 88.44 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 140 | 99 | 0 | 0.45 | 0.61 | 0.01 | 15.97 | 0.97 | 0.69 |
| Hex | FD | 8C | 63 | 0 | 2D | 3D | 1 | 10 | 61 | 45 |
| Octal | 375 | 214 | 143 | 0 | 55 | 75 | 1 | 20 | 141 | 105 |
| Binary | 11111101 | 10001100 | 1100011 | 0 | 101101 | 111101 | 1 | 10000 | 1100001 | 1000101 |
Color Harmonies of #FD8C63
Complementary color
Monochromatic Colors of #FD8C63
Black with #FD8C63
Text Example
Text Example
White with #FD8C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8C63; }
p { color: rgb(253,140,99); }
H1.HeaderClassName
{
color: #FD8C63;
}
.AnyTagClassName
{
color: #FD8C63;
}
</style>
background-color css
<style>
a { background-color: #FD8C63; }
a { background-color: rgb(253,140,99); }
div.DivClassName
{
background-color: #FD8C63;
}
.BgClassName
{
background-color: #FD8C63;
}
</style>
border-color css
<style>
span { border-color: #FD8C63; }
span { border-color: rgb(253,140,99); }
td.TdClassName
{
border-color: #FD8C63;
}
.TagClassName
{
border-color: #FD8C63;
}
</style>