Shades of Atomic Tangerine #FC9B5D
Tints of Atomic Tangerine #FC9B5D
RGB
CMYK
RGB Variations
Color information
#FC9B5D (or 0xFC9B5D) is known color: Atomic Tangerine. HEX triplet: FC, 9B and 5D. RGB value is (252,155,93). Sum of RGB (Red+Green+Blue) = 252+155+93=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 155 (60.94% from 255 or 31% from 500); Blue value is 93 (36.72% from 255 or 18.6% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9B5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9B5D is #0364A2. Grayscale: #B1B1B1. Windows color (decimal): -222371 or 6134780. OLE color: 6134780.
HSL color Cylindrical-coordinate representation of color #FC9B5D: hue angle of 23.4º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FC9B5D is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 155 | 93 | - |
| CMYK | 0 | 0.38 | 0.63 | 0.01 |
| HSL | 23.4º | 0.96% | 0.68% | - |
| HSV(B) | 23.4º | 0.63% | 0.99% | - |
| XYZ | 53.84 | 44.93 | 16.19 | - |
| YUV | 176.94 | 80.64 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 155 | 93 | 0 | 0.38 | 0.63 | 0.01 | 23.4 | 0.96 | 0.68 |
| Hex | FC | 9B | 5D | 0 | 26 | 3F | 1 | 17 | 60 | 44 |
| Octal | 374 | 233 | 135 | 0 | 46 | 77 | 1 | 27 | 140 | 104 |
| Binary | 11111100 | 10011011 | 1011101 | 0 | 100110 | 111111 | 1 | 10111 | 1100000 | 1000100 |
Color Harmonies of #FC9B5D
Complementary color
Monochromatic Colors of #FC9B5D
Black with #FC9B5D
Text Example
Text Example
White with #FC9B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9B5D; }
p { color: rgb(252,155,93); }
H1.HeaderClassName
{
color: #FC9B5D;
}
.AnyTagClassName
{
color: #FC9B5D;
}
</style>
background-color css
<style>
a { background-color: #FC9B5D; }
a { background-color: rgb(252,155,93); }
div.DivClassName
{
background-color: #FC9B5D;
}
.BgClassName
{
background-color: #FC9B5D;
}
</style>
border-color css
<style>
span { border-color: #FC9B5D; }
span { border-color: rgb(252,155,93); }
td.TdClassName
{
border-color: #FC9B5D;
}
.TagClassName
{
border-color: #FC9B5D;
}
</style>