Shades of Atomic Tangerine #FD915D
Tints of Atomic Tangerine #FD915D
RGB
CMYK
RGB Variations
Color information
#FD915D (or 0xFD915D) is known color: Atomic Tangerine. HEX triplet: FD, 91 and 5D. RGB value is (253,145,93). Sum of RGB (Red+Green+Blue) = 253+145+93=491 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.53% from 491); Green value is 145 (57.03% from 255 or 29.53% from 491); Blue value is 93 (36.72% from 255 or 18.94% from 491); Max value from RGB is 253 - color contains mainly: red. Hex color #FD915D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD915D is #026EA2. Grayscale: #ABABAB. Windows color (decimal): -159395 or 6132221. OLE color: 6132221.
HSL color Cylindrical-coordinate representation of color #FD915D: hue angle of 19.5º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FD915D is Cyan = 0, Magento = 0.43, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 145 | 93 | - |
| CMYK | 0 | 0.43 | 0.63 | 0.01 |
| HSL | 19.5º | 0.98% | 0.68% | - |
| HSV(B) | 19.5º | 0.63% | 0.99% | - |
| XYZ | 52.61 | 41.92 | 15.68 | - |
| YUV | 171.36 | 83.78 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 145 | 93 | 0 | 0.43 | 0.63 | 0.01 | 19.5 | 0.98 | 0.68 |
| Hex | FD | 91 | 5D | 0 | 2B | 3F | 1 | 14 | 62 | 44 |
| Octal | 375 | 221 | 135 | 0 | 53 | 77 | 1 | 24 | 142 | 104 |
| Binary | 11111101 | 10010001 | 1011101 | 0 | 101011 | 111111 | 1 | 10100 | 1100010 | 1000100 |
Color Harmonies of #FD915D
Complementary color
Monochromatic Colors of #FD915D
Black with #FD915D
Text Example
Text Example
White with #FD915D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD915D; }
p { color: rgb(253,145,93); }
H1.HeaderClassName
{
color: #FD915D;
}
.AnyTagClassName
{
color: #FD915D;
}
</style>
background-color css
<style>
a { background-color: #FD915D; }
a { background-color: rgb(253,145,93); }
div.DivClassName
{
background-color: #FD915D;
}
.BgClassName
{
background-color: #FD915D;
}
</style>
border-color css
<style>
span { border-color: #FD915D; }
span { border-color: rgb(253,145,93); }
td.TdClassName
{
border-color: #FD915D;
}
.TagClassName
{
border-color: #FD915D;
}
</style>