Shades of Atomic Tangerine #FF9C65
Tints of Atomic Tangerine #FF9C65
RGB
CMYK
RGB Variations
Color information
#FF9C65 (or 0xFF9C65) is known color: Atomic Tangerine. HEX triplet: FF, 9C and 65. RGB value is (255,156,101). Sum of RGB (Red+Green+Blue) = 255+156+101=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 156 (61.33% from 255 or 30.47% from 512); Blue value is 101 (39.84% from 255 or 19.73% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9C65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9C65 is #00639A. Grayscale: #B3B3B3. Windows color (decimal): -25499 or 6659327. OLE color: 6659327.
HSL color Cylindrical-coordinate representation of color #FF9C65: hue angle of 21.43º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF9C65 is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 156 | 101 | - |
| CMYK | 0 | 0.39 | 0.60 | 0 |
| HSL | 21.43º | 1% | 0.7% | - |
| HSV(B) | 21.43º | 0.6% | 1% | - |
| XYZ | 55.48 | 45.98 | 18.26 | - |
| YUV | 179.33 | 83.8 | 181.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 156 | 101 | 0 | 0.39 | 0.60 | 0 | 21.43 | 1 | 0.7 |
| Hex | FF | 9C | 65 | 0 | 27 | 3C | 0 | 15 | 64 | 46 |
| Octal | 377 | 234 | 145 | 0 | 47 | 74 | 0 | 25 | 144 | 106 |
| Binary | 11111111 | 10011100 | 1100101 | 0 | 100111 | 111100 | 0 | 10101 | 1100100 | 1000110 |
Color Harmonies of #FF9C65
Complementary color
Monochromatic Colors of #FF9C65
Black with #FF9C65
Text Example
Text Example
White with #FF9C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9C65; }
p { color: rgb(255,156,101); }
H1.HeaderClassName
{
color: #FF9C65;
}
.AnyTagClassName
{
color: #FF9C65;
}
</style>
background-color css
<style>
a { background-color: #FF9C65; }
a { background-color: rgb(255,156,101); }
div.DivClassName
{
background-color: #FF9C65;
}
.BgClassName
{
background-color: #FF9C65;
}
</style>
border-color css
<style>
span { border-color: #FF9C65; }
span { border-color: rgb(255,156,101); }
td.TdClassName
{
border-color: #FF9C65;
}
.TagClassName
{
border-color: #FF9C65;
}
</style>