Shades of Atomic Tangerine #FD916B
Tints of Atomic Tangerine #FD916B
RGB
CMYK
RGB Variations
Color information
#FD916B (or 0xFD916B) is known color: Atomic Tangerine. HEX triplet: FD, 91 and 6B. RGB value is (253,145,107). Sum of RGB (Red+Green+Blue) = 253+145+107=505 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.10% from 505); Green value is 145 (57.03% from 255 or 28.71% from 505); Blue value is 107 (42.19% from 255 or 21.19% from 505); Max value from RGB is 253 - color contains mainly: red. Hex color #FD916B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD916B is #026E94. Grayscale: #ADADAD. Windows color (decimal): -159381 or 7049725. OLE color: 7049725.
HSL color Cylindrical-coordinate representation of color #FD916B: hue angle of 15.62º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FD916B is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 145 | 107 | - |
| CMYK | 0 | 0.43 | 0.58 | 0.01 |
| HSL | 15.62º | 0.97% | 0.71% | - |
| HSV(B) | 15.62º | 0.58% | 0.99% | - |
| XYZ | 53.29 | 42.19 | 19.25 | - |
| YUV | 172.96 | 90.78 | 185.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 145 | 107 | 0 | 0.43 | 0.58 | 0.01 | 15.62 | 0.97 | 0.71 |
| Hex | FD | 91 | 6B | 0 | 2B | 3A | 1 | 10 | 61 | 47 |
| Octal | 375 | 221 | 153 | 0 | 53 | 72 | 1 | 20 | 141 | 107 |
| Binary | 11111101 | 10010001 | 1101011 | 0 | 101011 | 111010 | 1 | 10000 | 1100001 | 1000111 |
Color Harmonies of #FD916B
Complementary color
Monochromatic Colors of #FD916B
Black with #FD916B
Text Example
Text Example
White with #FD916B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD916B; }
p { color: rgb(253,145,107); }
H1.HeaderClassName
{
color: #FD916B;
}
.AnyTagClassName
{
color: #FD916B;
}
</style>
background-color css
<style>
a { background-color: #FD916B; }
a { background-color: rgb(253,145,107); }
div.DivClassName
{
background-color: #FD916B;
}
.BgClassName
{
background-color: #FD916B;
}
</style>
border-color css
<style>
span { border-color: #FD916B; }
span { border-color: rgb(253,145,107); }
td.TdClassName
{
border-color: #FD916B;
}
.TagClassName
{
border-color: #FD916B;
}
</style>