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