Shades of Atomic Tangerine #FD8F68
Tints of Atomic Tangerine #FD8F68
RGB
CMYK
RGB Variations
Color information
#FD8F68 (or 0xFD8F68) is known color: Atomic Tangerine. HEX triplet: FD, 8F and 68. RGB value is (253,143,104). Sum of RGB (Red+Green+Blue) = 253+143+104=500 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.6% from 500); Green value is 143 (56.25% from 255 or 28.6% from 500); Blue value is 104 (41.02% from 255 or 20.8% from 500); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8F68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8F68 is #027097. Grayscale: #ABABAB. Windows color (decimal): -159896 or 6852605. OLE color: 6852605.
HSL color Cylindrical-coordinate representation of color #FD8F68: hue angle of 15.7º 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 #FD8F68 is Cyan = 0, Magento = 0.43, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 143 | 104 | - |
| CMYK | 0 | 0.43 | 0.59 | 0.01 |
| HSL | 15.7º | 0.97% | 0.7% | - |
| HSV(B) | 15.7º | 0.59% | 0.99% | - |
| XYZ | 52.83 | 41.53 | 18.33 | - |
| YUV | 171.44 | 89.94 | 186.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 143 | 104 | 0 | 0.43 | 0.59 | 0.01 | 15.7 | 0.97 | 0.7 |
| Hex | FD | 8F | 68 | 0 | 2B | 3B | 1 | 10 | 61 | 46 |
| Octal | 375 | 217 | 150 | 0 | 53 | 73 | 1 | 20 | 141 | 106 |
| Binary | 11111101 | 10001111 | 1101000 | 0 | 101011 | 111011 | 1 | 10000 | 1100001 | 1000110 |
Color Harmonies of #FD8F68
Complementary color
Monochromatic Colors of #FD8F68
Black with #FD8F68
Text Example
Text Example
White with #FD8F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8F68; }
p { color: rgb(253,143,104); }
H1.HeaderClassName
{
color: #FD8F68;
}
.AnyTagClassName
{
color: #FD8F68;
}
</style>
background-color css
<style>
a { background-color: #FD8F68; }
a { background-color: rgb(253,143,104); }
div.DivClassName
{
background-color: #FD8F68;
}
.BgClassName
{
background-color: #FD8F68;
}
</style>
border-color css
<style>
span { border-color: #FD8F68; }
span { border-color: rgb(253,143,104); }
td.TdClassName
{
border-color: #FD8F68;
}
.TagClassName
{
border-color: #FD8F68;
}
</style>