Shades of Atomic Tangerine #FF9C68
Tints of Atomic Tangerine #FF9C68
RGB
CMYK
RGB Variations
Color information
#FF9C68 (or 0xFF9C68) is known color: Atomic Tangerine. HEX triplet: FF, 9C and 68. RGB value is (255,156,104). Sum of RGB (Red+Green+Blue) = 255+156+104=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 156 (61.33% from 255 or 30.29% from 515); Blue value is 104 (41.02% from 255 or 20.19% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9C68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9C68 is #006397. Grayscale: #B3B3B3. Windows color (decimal): -25496 or 6855935. OLE color: 6855935.
HSL color Cylindrical-coordinate representation of color #FF9C68: hue angle of 20.66º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FF9C68 is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 156 | 104 | - |
| CMYK | 0 | 0.39 | 0.59 | 0 |
| HSL | 20.66º | 1% | 0.7% | - |
| HSV(B) | 20.66º | 0.59% | 1% | - |
| XYZ | 55.63 | 46.04 | 19.05 | - |
| YUV | 179.67 | 85.3 | 181.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 156 | 104 | 0 | 0.39 | 0.59 | 0 | 20.66 | 1 | 0.7 |
| Hex | FF | 9C | 68 | 0 | 27 | 3B | 0 | 15 | 64 | 46 |
| Octal | 377 | 234 | 150 | 0 | 47 | 73 | 0 | 25 | 144 | 106 |
| Binary | 11111111 | 10011100 | 1101000 | 0 | 100111 | 111011 | 0 | 10101 | 1100100 | 1000110 |
Color Harmonies of #FF9C68
Complementary color
Monochromatic Colors of #FF9C68
Black with #FF9C68
Text Example
Text Example
White with #FF9C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9C68; }
p { color: rgb(255,156,104); }
H1.HeaderClassName
{
color: #FF9C68;
}
.AnyTagClassName
{
color: #FF9C68;
}
</style>
background-color css
<style>
a { background-color: #FF9C68; }
a { background-color: rgb(255,156,104); }
div.DivClassName
{
background-color: #FF9C68;
}
.BgClassName
{
background-color: #FF9C68;
}
</style>
border-color css
<style>
span { border-color: #FF9C68; }
span { border-color: rgb(255,156,104); }
td.TdClassName
{
border-color: #FF9C68;
}
.TagClassName
{
border-color: #FF9C68;
}
</style>