Shades of Atomic Tangerine #FD9C68
Tints of Atomic Tangerine #FD9C68
RGB
CMYK
RGB Variations
Color information
#FD9C68 (or 0xFD9C68) is known color: Atomic Tangerine. HEX triplet: FD, 9C and 68. RGB value is (253,156,104). Sum of RGB (Red+Green+Blue) = 253+156+104=513 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.32% from 513); Green value is 156 (61.33% from 255 or 30.41% from 513); Blue value is 104 (41.02% from 255 or 20.27% from 513); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9C68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD9C68 is #026397. Grayscale: #B3B3B3. Windows color (decimal): -156568 or 6855933. OLE color: 6855933.
HSL color Cylindrical-coordinate representation of color #FD9C68: hue angle of 20.94º 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 #FD9C68 is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 156 | 104 | - |
| CMYK | 0 | 0.38 | 0.59 | 0.01 |
| HSL | 20.94º | 0.97% | 0.7% | - |
| HSV(B) | 20.94º | 0.59% | 0.99% | - |
| XYZ | 54.9 | 45.66 | 19.02 | - |
| YUV | 179.08 | 85.64 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 156 | 104 | 0 | 0.38 | 0.59 | 0.01 | 20.94 | 0.97 | 0.7 |
| Hex | FD | 9C | 68 | 0 | 26 | 3B | 1 | 15 | 61 | 46 |
| Octal | 375 | 234 | 150 | 0 | 46 | 73 | 1 | 25 | 141 | 106 |
| Binary | 11111101 | 10011100 | 1101000 | 0 | 100110 | 111011 | 1 | 10101 | 1100001 | 1000110 |
Color Harmonies of #FD9C68
Complementary color
Monochromatic Colors of #FD9C68
Black with #FD9C68
Text Example
Text Example
White with #FD9C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD9C68; }
p { color: rgb(253,156,104); }
H1.HeaderClassName
{
color: #FD9C68;
}
.AnyTagClassName
{
color: #FD9C68;
}
</style>
background-color css
<style>
a { background-color: #FD9C68; }
a { background-color: rgb(253,156,104); }
div.DivClassName
{
background-color: #FD9C68;
}
.BgClassName
{
background-color: #FD9C68;
}
</style>
border-color css
<style>
span { border-color: #FD9C68; }
span { border-color: rgb(253,156,104); }
td.TdClassName
{
border-color: #FD9C68;
}
.TagClassName
{
border-color: #FD9C68;
}
</style>