Shades of Atomic Tangerine #FD9A5A
Tints of Atomic Tangerine #FD9A5A
RGB
CMYK
RGB Variations
Color information
#FD9A5A (or 0xFD9A5A) is known color: Atomic Tangerine. HEX triplet: FD, 9A and 5A. RGB value is (253,154,90). Sum of RGB (Red+Green+Blue) = 253+154+90=497 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.91% from 497); Green value is 154 (60.55% from 255 or 30.99% from 497); Blue value is 90 (35.55% from 255 or 18.11% from 497); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9A5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD9A5A is #0265A5. Grayscale: #B0B0B0. Windows color (decimal): -157094 or 5937917. OLE color: 5937917.
HSL color Cylindrical-coordinate representation of color #FD9A5A: hue angle of 23.56º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FD9A5A is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 154 | 90 | - |
| CMYK | 0 | 0.39 | 0.64 | 0.01 |
| HSL | 23.56º | 0.98% | 0.67% | - |
| HSV(B) | 23.56º | 0.64% | 0.99% | - |
| XYZ | 53.91 | 44.73 | 15.47 | - |
| YUV | 176.31 | 79.3 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 154 | 90 | 0 | 0.39 | 0.64 | 0.01 | 23.56 | 0.98 | 0.67 |
| Hex | FD | 9A | 5A | 0 | 27 | 40 | 1 | 18 | 62 | 43 |
| Octal | 375 | 232 | 132 | 0 | 47 | 100 | 1 | 30 | 142 | 103 |
| Binary | 11111101 | 10011010 | 1011010 | 0 | 100111 | 1000000 | 1 | 11000 | 1100010 | 1000011 |
Color Harmonies of #FD9A5A
Complementary color
Monochromatic Colors of #FD9A5A
Black with #FD9A5A
Text Example
Text Example
White with #FD9A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD9A5A; }
p { color: rgb(253,154,90); }
H1.HeaderClassName
{
color: #FD9A5A;
}
.AnyTagClassName
{
color: #FD9A5A;
}
</style>
background-color css
<style>
a { background-color: #FD9A5A; }
a { background-color: rgb(253,154,90); }
div.DivClassName
{
background-color: #FD9A5A;
}
.BgClassName
{
background-color: #FD9A5A;
}
</style>
border-color css
<style>
span { border-color: #FD9A5A; }
span { border-color: rgb(253,154,90); }
td.TdClassName
{
border-color: #FD9A5A;
}
.TagClassName
{
border-color: #FD9A5A;
}
</style>