Shades of Atomic Tangerine #FD9A5C
Tints of Atomic Tangerine #FD9A5C
RGB
CMYK
RGB Variations
Color information
#FD9A5C (or 0xFD9A5C) is known color: Atomic Tangerine. HEX triplet: FD, 9A and 5C. RGB value is (253,154,92). Sum of RGB (Red+Green+Blue) = 253+154+92=499 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.70% from 499); Green value is 154 (60.55% from 255 or 30.86% from 499); Blue value is 92 (36.33% from 255 or 18.44% from 499); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9A5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD9A5C is #0265A3. Grayscale: #B0B0B0. Windows color (decimal): -157092 or 6068989. OLE color: 6068989.
HSL color Cylindrical-coordinate representation of color #FD9A5C: hue angle of 23.11º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FD9A5C is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 154 | 92 | - |
| CMYK | 0 | 0.39 | 0.64 | 0.01 |
| HSL | 23.11º | 0.98% | 0.68% | - |
| HSV(B) | 23.11º | 0.64% | 0.99% | - |
| XYZ | 54 | 44.77 | 15.92 | - |
| YUV | 176.53 | 80.3 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 154 | 92 | 0 | 0.39 | 0.64 | 0.01 | 23.11 | 0.98 | 0.68 |
| Hex | FD | 9A | 5C | 0 | 27 | 40 | 1 | 17 | 62 | 44 |
| Octal | 375 | 232 | 134 | 0 | 47 | 100 | 1 | 27 | 142 | 104 |
| Binary | 11111101 | 10011010 | 1011100 | 0 | 100111 | 1000000 | 1 | 10111 | 1100010 | 1000100 |
Color Harmonies of #FD9A5C
Complementary color
Monochromatic Colors of #FD9A5C
Black with #FD9A5C
Text Example
Text Example
White with #FD9A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD9A5C; }
p { color: rgb(253,154,92); }
H1.HeaderClassName
{
color: #FD9A5C;
}
.AnyTagClassName
{
color: #FD9A5C;
}
</style>
background-color css
<style>
a { background-color: #FD9A5C; }
a { background-color: rgb(253,154,92); }
div.DivClassName
{
background-color: #FD9A5C;
}
.BgClassName
{
background-color: #FD9A5C;
}
</style>
border-color css
<style>
span { border-color: #FD9A5C; }
span { border-color: rgb(253,154,92); }
td.TdClassName
{
border-color: #FD9A5C;
}
.TagClassName
{
border-color: #FD9A5C;
}
</style>