Shades of Atomic Tangerine #FD9C64
Tints of Atomic Tangerine #FD9C64
RGB
CMYK
RGB Variations
Color information
#FD9C64 (or 0xFD9C64) is known color: Atomic Tangerine. HEX triplet: FD, 9C and 64. RGB value is (253,156,100). Sum of RGB (Red+Green+Blue) = 253+156+100=509 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.71% from 509); Green value is 156 (61.33% from 255 or 30.65% from 509); Blue value is 100 (39.45% from 255 or 19.65% from 509); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9C64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD9C64 is #02639B. Grayscale: #B2B2B2. Windows color (decimal): -156572 or 6593789. OLE color: 6593789.
HSL color Cylindrical-coordinate representation of color #FD9C64: hue angle of 21.96º 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 #FD9C64 is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 156 | 100 | - |
| CMYK | 0 | 0.38 | 0.60 | 0.01 |
| HSL | 21.96º | 0.97% | 0.69% | - |
| HSV(B) | 21.96º | 0.6% | 0.99% | - |
| XYZ | 54.7 | 45.58 | 17.97 | - |
| YUV | 178.62 | 83.64 | 181.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 156 | 100 | 0 | 0.38 | 0.60 | 0.01 | 21.96 | 0.97 | 0.69 |
| Hex | FD | 9C | 64 | 0 | 26 | 3C | 1 | 16 | 61 | 45 |
| Octal | 375 | 234 | 144 | 0 | 46 | 74 | 1 | 26 | 141 | 105 |
| Binary | 11111101 | 10011100 | 1100100 | 0 | 100110 | 111100 | 1 | 10110 | 1100001 | 1000101 |
Color Harmonies of #FD9C64
Complementary color
Monochromatic Colors of #FD9C64
Black with #FD9C64
Text Example
Text Example
White with #FD9C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD9C64; }
p { color: rgb(253,156,100); }
H1.HeaderClassName
{
color: #FD9C64;
}
.AnyTagClassName
{
color: #FD9C64;
}
</style>
background-color css
<style>
a { background-color: #FD9C64; }
a { background-color: rgb(253,156,100); }
div.DivClassName
{
background-color: #FD9C64;
}
.BgClassName
{
background-color: #FD9C64;
}
</style>
border-color css
<style>
span { border-color: #FD9C64; }
span { border-color: rgb(253,156,100); }
td.TdClassName
{
border-color: #FD9C64;
}
.TagClassName
{
border-color: #FD9C64;
}
</style>