Shades of Atomic Tangerine #FD8A68
Tints of Atomic Tangerine #FD8A68
RGB
CMYK
RGB Variations
Color information
#FD8A68 (or 0xFD8A68) is known color: Atomic Tangerine. HEX triplet: FD, 8A and 68. RGB value is (253,138,104). Sum of RGB (Red+Green+Blue) = 253+138+104=495 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.11% from 495); Green value is 138 (54.30% from 255 or 27.88% from 495); Blue value is 104 (41.02% from 255 or 21.01% from 495); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8A68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8A68 is #027597. Grayscale: #A8A8A8. Windows color (decimal): -161176 or 6851325. OLE color: 6851325.
HSL color Cylindrical-coordinate representation of color #FD8A68: hue angle of 13.69º 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 #FD8A68 is Cyan = 0, Magento = 0.45, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 138 | 104 | - |
| CMYK | 0 | 0.45 | 0.59 | 0.01 |
| HSL | 13.69º | 0.97% | 0.7% | - |
| HSV(B) | 13.69º | 0.59% | 0.99% | - |
| XYZ | 52.1 | 40.06 | 18.08 | - |
| YUV | 168.51 | 91.6 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 138 | 104 | 0 | 0.45 | 0.59 | 0.01 | 13.69 | 0.97 | 0.7 |
| Hex | FD | 8A | 68 | 0 | 2D | 3B | 1 | E | 61 | 46 |
| Octal | 375 | 212 | 150 | 0 | 55 | 73 | 1 | 16 | 141 | 106 |
| Binary | 11111101 | 10001010 | 1101000 | 0 | 101101 | 111011 | 1 | 1110 | 1100001 | 1000110 |
Color Harmonies of #FD8A68
Complementary color
Monochromatic Colors of #FD8A68
Black with #FD8A68
Text Example
Text Example
White with #FD8A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8A68; }
p { color: rgb(253,138,104); }
H1.HeaderClassName
{
color: #FD8A68;
}
.AnyTagClassName
{
color: #FD8A68;
}
</style>
background-color css
<style>
a { background-color: #FD8A68; }
a { background-color: rgb(253,138,104); }
div.DivClassName
{
background-color: #FD8A68;
}
.BgClassName
{
background-color: #FD8A68;
}
</style>
border-color css
<style>
span { border-color: #FD8A68; }
span { border-color: rgb(253,138,104); }
td.TdClassName
{
border-color: #FD8A68;
}
.TagClassName
{
border-color: #FD8A68;
}
</style>