Shades of Atomic Tangerine #FD906C
Tints of Atomic Tangerine #FD906C
RGB
CMYK
RGB Variations
Color information
#FD906C (or 0xFD906C) is known color: Atomic Tangerine. HEX triplet: FD, 90 and 6C. RGB value is (253,144,108). Sum of RGB (Red+Green+Blue) = 253+144+108=505 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.10% from 505); Green value is 144 (56.64% from 255 or 28.51% from 505); Blue value is 108 (42.58% from 255 or 21.39% from 505); Max value from RGB is 253 - color contains mainly: red. Hex color #FD906C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD906C is #026F93. Grayscale: #ACACAC. Windows color (decimal): -159636 or 7115005. OLE color: 7115005.
HSL color Cylindrical-coordinate representation of color #FD906C: hue angle of 14.9º 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 #FD906C is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 144 | 108 | - |
| CMYK | 0 | 0.43 | 0.57 | 0.01 |
| HSL | 14.9º | 0.97% | 0.71% | - |
| HSV(B) | 14.9º | 0.57% | 0.99% | - |
| XYZ | 53.19 | 41.91 | 19.47 | - |
| YUV | 172.49 | 91.61 | 185.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 144 | 108 | 0 | 0.43 | 0.57 | 0.01 | 14.9 | 0.97 | 0.71 |
| Hex | FD | 90 | 6C | 0 | 2B | 39 | 1 | F | 61 | 47 |
| Octal | 375 | 220 | 154 | 0 | 53 | 71 | 1 | 17 | 141 | 107 |
| Binary | 11111101 | 10010000 | 1101100 | 0 | 101011 | 111001 | 1 | 1111 | 1100001 | 1000111 |
Color Harmonies of #FD906C
Complementary color
Monochromatic Colors of #FD906C
Black with #FD906C
Text Example
Text Example
White with #FD906C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD906C; }
p { color: rgb(253,144,108); }
H1.HeaderClassName
{
color: #FD906C;
}
.AnyTagClassName
{
color: #FD906C;
}
</style>
background-color css
<style>
a { background-color: #FD906C; }
a { background-color: rgb(253,144,108); }
div.DivClassName
{
background-color: #FD906C;
}
.BgClassName
{
background-color: #FD906C;
}
</style>
border-color css
<style>
span { border-color: #FD906C; }
span { border-color: rgb(253,144,108); }
td.TdClassName
{
border-color: #FD906C;
}
.TagClassName
{
border-color: #FD906C;
}
</style>