Shades of Atomic Tangerine #FD8F65
Tints of Atomic Tangerine #FD8F65
RGB
CMYK
RGB Variations
Color information
#FD8F65 (or 0xFD8F65) is known color: Atomic Tangerine. HEX triplet: FD, 8F and 65. RGB value is (253,143,101). Sum of RGB (Red+Green+Blue) = 253+143+101=497 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.91% from 497); Green value is 143 (56.25% from 255 or 28.77% from 497); Blue value is 101 (39.84% from 255 or 20.32% from 497); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8F65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8F65 is #02709A. Grayscale: #ABABAB. Windows color (decimal): -159899 or 6655997. OLE color: 6655997.
HSL color Cylindrical-coordinate representation of color #FD8F65: hue angle of 16.58º 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 #FD8F65 is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 143 | 101 | - |
| CMYK | 0 | 0.43 | 0.60 | 0.01 |
| HSL | 16.58º | 0.97% | 0.69% | - |
| HSV(B) | 16.58º | 0.6% | 0.99% | - |
| XYZ | 52.68 | 41.47 | 17.54 | - |
| YUV | 171.1 | 88.44 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 143 | 101 | 0 | 0.43 | 0.60 | 0.01 | 16.58 | 0.97 | 0.69 |
| Hex | FD | 8F | 65 | 0 | 2B | 3C | 1 | 11 | 61 | 45 |
| Octal | 375 | 217 | 145 | 0 | 53 | 74 | 1 | 21 | 141 | 105 |
| Binary | 11111101 | 10001111 | 1100101 | 0 | 101011 | 111100 | 1 | 10001 | 1100001 | 1000101 |
Color Harmonies of #FD8F65
Complementary color
Monochromatic Colors of #FD8F65
Black with #FD8F65
Text Example
Text Example
White with #FD8F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8F65; }
p { color: rgb(253,143,101); }
H1.HeaderClassName
{
color: #FD8F65;
}
.AnyTagClassName
{
color: #FD8F65;
}
</style>
background-color css
<style>
a { background-color: #FD8F65; }
a { background-color: rgb(253,143,101); }
div.DivClassName
{
background-color: #FD8F65;
}
.BgClassName
{
background-color: #FD8F65;
}
</style>
border-color css
<style>
span { border-color: #FD8F65; }
span { border-color: rgb(253,143,101); }
td.TdClassName
{
border-color: #FD8F65;
}
.TagClassName
{
border-color: #FD8F65;
}
</style>