Shades of Atomic Tangerine #FF9464
Tints of Atomic Tangerine #FF9464
RGB
CMYK
RGB Variations
Color information
#FF9464 (or 0xFF9464) is known color: Atomic Tangerine. HEX triplet: FF, 94 and 64. RGB value is (255,148,100). Sum of RGB (Red+Green+Blue) = 255+148+100=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 148 (58.20% from 255 or 29.42% from 503); Blue value is 100 (39.45% from 255 or 19.88% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9464 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9464 is #006B9B. Grayscale: #AEAEAE. Windows color (decimal): -27548 or 6591743. OLE color: 6591743.
HSL color Cylindrical-coordinate representation of color #FF9464: hue angle of 18.58º 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 #FF9464 is Cyan = 0, Magento = 0.42, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 148 | 100 | - |
| CMYK | 0 | 0.42 | 0.61 | 0 |
| HSL | 18.58º | 1% | 0.7% | - |
| HSV(B) | 18.58º | 0.61% | 1% | - |
| XYZ | 54.13 | 43.36 | 17.57 | - |
| YUV | 174.52 | 85.95 | 185.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 148 | 100 | 0 | 0.42 | 0.61 | 0 | 18.58 | 1 | 0.7 |
| Hex | FF | 94 | 64 | 0 | 2A | 3D | 0 | 13 | 64 | 46 |
| Octal | 377 | 224 | 144 | 0 | 52 | 75 | 0 | 23 | 144 | 106 |
| Binary | 11111111 | 10010100 | 1100100 | 0 | 101010 | 111101 | 0 | 10011 | 1100100 | 1000110 |
Color Harmonies of #FF9464
Complementary color
Monochromatic Colors of #FF9464
Black with #FF9464
Text Example
Text Example
White with #FF9464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9464; }
p { color: rgb(255,148,100); }
H1.HeaderClassName
{
color: #FF9464;
}
.AnyTagClassName
{
color: #FF9464;
}
</style>
background-color css
<style>
a { background-color: #FF9464; }
a { background-color: rgb(255,148,100); }
div.DivClassName
{
background-color: #FF9464;
}
.BgClassName
{
background-color: #FF9464;
}
</style>
border-color css
<style>
span { border-color: #FF9464; }
span { border-color: rgb(255,148,100); }
td.TdClassName
{
border-color: #FF9464;
}
.TagClassName
{
border-color: #FF9464;
}
</style>