Shades of Atomic Tangerine #FF9455
Tints of Atomic Tangerine #FF9455
RGB
CMYK
RGB Variations
Color information
#FF9455 (or 0xFF9455) is known color: Atomic Tangerine. HEX triplet: FF, 94 and 55. RGB value is (255,148,85). Sum of RGB (Red+Green+Blue) = 255+148+85=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 148 (58.20% from 255 or 30.33% from 488); Blue value is 85 (33.59% from 255 or 17.42% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9455 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9455 is #006BAA. Grayscale: #ADADAD. Windows color (decimal): -27563 or 5608703. OLE color: 5608703.
HSL color Cylindrical-coordinate representation of color #FF9455: hue angle of 22.24º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF9455 is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 148 | 85 | - |
| CMYK | 0 | 0.42 | 0.67 | 0 |
| HSL | 22.24º | 1% | 0.67% | - |
| HSV(B) | 22.24º | 0.67% | 1% | - |
| XYZ | 53.47 | 43.1 | 14.09 | - |
| YUV | 172.81 | 78.45 | 186.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 148 | 85 | 0 | 0.42 | 0.67 | 0 | 22.24 | 1 | 0.67 |
| Hex | FF | 94 | 55 | 0 | 2A | 43 | 0 | 16 | 64 | 43 |
| Octal | 377 | 224 | 125 | 0 | 52 | 103 | 0 | 26 | 144 | 103 |
| Binary | 11111111 | 10010100 | 1010101 | 0 | 101010 | 1000011 | 0 | 10110 | 1100100 | 1000011 |
Color Harmonies of #FF9455
Complementary color
Monochromatic Colors of #FF9455
Black with #FF9455
Text Example
Text Example
White with #FF9455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9455; }
p { color: rgb(255,148,85); }
H1.HeaderClassName
{
color: #FF9455;
}
.AnyTagClassName
{
color: #FF9455;
}
</style>
background-color css
<style>
a { background-color: #FF9455; }
a { background-color: rgb(255,148,85); }
div.DivClassName
{
background-color: #FF9455;
}
.BgClassName
{
background-color: #FF9455;
}
</style>
border-color css
<style>
span { border-color: #FF9455; }
span { border-color: rgb(255,148,85); }
td.TdClassName
{
border-color: #FF9455;
}
.TagClassName
{
border-color: #FF9455;
}
</style>