Shades of Atomic Tangerine #FF9C6D
Tints of Atomic Tangerine #FF9C6D
RGB
CMYK
RGB Variations
Color information
#FF9C6D (or 0xFF9C6D) is known color: Atomic Tangerine. HEX triplet: FF, 9C and 6D. RGB value is (255,156,109). Sum of RGB (Red+Green+Blue) = 255+156+109=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 156 (61.33% from 255 or 30% from 520); Blue value is 109 (42.97% from 255 or 20.96% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9C6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9C6D is #006392. Grayscale: #B4B4B4. Windows color (decimal): -25491 or 7183615. OLE color: 7183615.
HSL color Cylindrical-coordinate representation of color #FF9C6D: hue angle of 19.32º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FF9C6D is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 156 | 109 | - |
| CMYK | 0 | 0.39 | 0.57 | 0 |
| HSL | 19.32º | 1% | 0.71% | - |
| HSV(B) | 19.32º | 0.57% | 1% | - |
| XYZ | 55.89 | 46.14 | 20.43 | - |
| YUV | 180.24 | 87.8 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 156 | 109 | 0 | 0.39 | 0.57 | 0 | 19.32 | 1 | 0.71 |
| Hex | FF | 9C | 6D | 0 | 27 | 39 | 0 | 13 | 64 | 47 |
| Octal | 377 | 234 | 155 | 0 | 47 | 71 | 0 | 23 | 144 | 107 |
| Binary | 11111111 | 10011100 | 1101101 | 0 | 100111 | 111001 | 0 | 10011 | 1100100 | 1000111 |
Color Harmonies of #FF9C6D
Complementary color
Monochromatic Colors of #FF9C6D
Black with #FF9C6D
Text Example
Text Example
White with #FF9C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9C6D; }
p { color: rgb(255,156,109); }
H1.HeaderClassName
{
color: #FF9C6D;
}
.AnyTagClassName
{
color: #FF9C6D;
}
</style>
background-color css
<style>
a { background-color: #FF9C6D; }
a { background-color: rgb(255,156,109); }
div.DivClassName
{
background-color: #FF9C6D;
}
.BgClassName
{
background-color: #FF9C6D;
}
</style>
border-color css
<style>
span { border-color: #FF9C6D; }
span { border-color: rgb(255,156,109); }
td.TdClassName
{
border-color: #FF9C6D;
}
.TagClassName
{
border-color: #FF9C6D;
}
</style>