Shades of Atomic Tangerine #FD926D
Tints of Atomic Tangerine #FD926D
RGB
CMYK
RGB Variations
Color information
#FD926D (or 0xFD926D) is known color: Atomic Tangerine. HEX triplet: FD, 92 and 6D. RGB value is (253,146,109). Sum of RGB (Red+Green+Blue) = 253+146+109=508 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.80% from 508); Green value is 146 (57.42% from 255 or 28.74% from 508); Blue value is 109 (42.97% from 255 or 21.46% from 508); Max value from RGB is 253 - color contains mainly: red. Hex color #FD926D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD926D is #026D92. Grayscale: #AEAEAE. Windows color (decimal): -159123 or 7181053. OLE color: 7181053.
HSL color Cylindrical-coordinate representation of color #FD926D: hue angle of 15.42º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FD926D is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 146 | 109 | - |
| CMYK | 0 | 0.42 | 0.57 | 0.01 |
| HSL | 15.42º | 0.97% | 0.71% | - |
| HSV(B) | 15.42º | 0.57% | 0.99% | - |
| XYZ | 53.55 | 42.54 | 19.86 | - |
| YUV | 173.78 | 91.45 | 184.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 146 | 109 | 0 | 0.42 | 0.57 | 0.01 | 15.42 | 0.97 | 0.71 |
| Hex | FD | 92 | 6D | 0 | 2A | 39 | 1 | F | 61 | 47 |
| Octal | 375 | 222 | 155 | 0 | 52 | 71 | 1 | 17 | 141 | 107 |
| Binary | 11111101 | 10010010 | 1101101 | 0 | 101010 | 111001 | 1 | 1111 | 1100001 | 1000111 |
Color Harmonies of #FD926D
Complementary color
Monochromatic Colors of #FD926D
Black with #FD926D
Text Example
Text Example
White with #FD926D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD926D; }
p { color: rgb(253,146,109); }
H1.HeaderClassName
{
color: #FD926D;
}
.AnyTagClassName
{
color: #FD926D;
}
</style>
background-color css
<style>
a { background-color: #FD926D; }
a { background-color: rgb(253,146,109); }
div.DivClassName
{
background-color: #FD926D;
}
.BgClassName
{
background-color: #FD926D;
}
</style>
border-color css
<style>
span { border-color: #FD926D; }
span { border-color: rgb(253,146,109); }
td.TdClassName
{
border-color: #FD926D;
}
.TagClassName
{
border-color: #FD926D;
}
</style>