Shades of Atomic Tangerine #FF9F64
Tints of Atomic Tangerine #FF9F64
RGB
CMYK
RGB Variations
Color information
#FF9F64 (or 0xFF9F64) is known color: Atomic Tangerine. HEX triplet: FF, 9F and 64. RGB value is (255,159,100). Sum of RGB (Red+Green+Blue) = 255+159+100=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 159 (62.5% from 255 or 30.93% from 514); Blue value is 100 (39.45% from 255 or 19.46% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9F64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9F64 is #00609B. Grayscale: #B5B5B5. Windows color (decimal): -24732 or 6594559. OLE color: 6594559.
HSL color Cylindrical-coordinate representation of color #FF9F64: hue angle of 22.84º 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 #FF9F64 is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 159 | 100 | - |
| CMYK | 0 | 0.38 | 0.61 | 0 |
| HSL | 22.84º | 1% | 0.7% | - |
| HSV(B) | 22.84º | 0.61% | 1% | - |
| XYZ | 55.94 | 46.98 | 18.18 | - |
| YUV | 180.98 | 82.3 | 180.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 159 | 100 | 0 | 0.38 | 0.61 | 0 | 22.84 | 1 | 0.7 |
| Hex | FF | 9F | 64 | 0 | 26 | 3D | 0 | 17 | 64 | 46 |
| Octal | 377 | 237 | 144 | 0 | 46 | 75 | 0 | 27 | 144 | 106 |
| Binary | 11111111 | 10011111 | 1100100 | 0 | 100110 | 111101 | 0 | 10111 | 1100100 | 1000110 |
Color Harmonies of #FF9F64
Complementary color
Monochromatic Colors of #FF9F64
Black with #FF9F64
Text Example
Text Example
White with #FF9F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9F64; }
p { color: rgb(255,159,100); }
H1.HeaderClassName
{
color: #FF9F64;
}
.AnyTagClassName
{
color: #FF9F64;
}
</style>
background-color css
<style>
a { background-color: #FF9F64; }
a { background-color: rgb(255,159,100); }
div.DivClassName
{
background-color: #FF9F64;
}
.BgClassName
{
background-color: #FF9F64;
}
</style>
border-color css
<style>
span { border-color: #FF9F64; }
span { border-color: rgb(255,159,100); }
td.TdClassName
{
border-color: #FF9F64;
}
.TagClassName
{
border-color: #FF9F64;
}
</style>