Shades of Atomic Tangerine #FF9C64
Tints of Atomic Tangerine #FF9C64
RGB
CMYK
RGB Variations
Color information
#FF9C64 (or 0xFF9C64) is known color: Atomic Tangerine. HEX triplet: FF, 9C and 64. RGB value is (255,156,100). Sum of RGB (Red+Green+Blue) = 255+156+100=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 156 (61.33% from 255 or 30.53% from 511); Blue value is 100 (39.45% from 255 or 19.57% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9C64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9C64 is #00639B. Grayscale: #B3B3B3. Windows color (decimal): -25500 or 6593791. OLE color: 6593791.
HSL color Cylindrical-coordinate representation of color #FF9C64: hue angle of 21.68º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FF9C64 is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 156 | 100 | - |
| CMYK | 0 | 0.39 | 0.61 | 0 |
| HSL | 21.68º | 1% | 0.7% | - |
| HSV(B) | 21.68º | 0.61% | 1% | - |
| XYZ | 55.43 | 45.96 | 18.01 | - |
| YUV | 179.22 | 83.3 | 182.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 156 | 100 | 0 | 0.39 | 0.61 | 0 | 21.68 | 1 | 0.7 |
| Hex | FF | 9C | 64 | 0 | 27 | 3D | 0 | 16 | 64 | 46 |
| Octal | 377 | 234 | 144 | 0 | 47 | 75 | 0 | 26 | 144 | 106 |
| Binary | 11111111 | 10011100 | 1100100 | 0 | 100111 | 111101 | 0 | 10110 | 1100100 | 1000110 |
Color Harmonies of #FF9C64
Complementary color
Monochromatic Colors of #FF9C64
Black with #FF9C64
Text Example
Text Example
White with #FF9C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9C64; }
p { color: rgb(255,156,100); }
H1.HeaderClassName
{
color: #FF9C64;
}
.AnyTagClassName
{
color: #FF9C64;
}
</style>
background-color css
<style>
a { background-color: #FF9C64; }
a { background-color: rgb(255,156,100); }
div.DivClassName
{
background-color: #FF9C64;
}
.BgClassName
{
background-color: #FF9C64;
}
</style>
border-color css
<style>
span { border-color: #FF9C64; }
span { border-color: rgb(255,156,100); }
td.TdClassName
{
border-color: #FF9C64;
}
.TagClassName
{
border-color: #FF9C64;
}
</style>