Shades of Atomic Tangerine #FF9456
Tints of Atomic Tangerine #FF9456
RGB
CMYK
RGB Variations
Color information
#FF9456 (or 0xFF9456) is known color: Atomic Tangerine. HEX triplet: FF, 94 and 56. RGB value is (255,148,86). Sum of RGB (Red+Green+Blue) = 255+148+86=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 148 (58.20% from 255 or 30.27% from 489); Blue value is 86 (33.98% from 255 or 17.59% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9456 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9456 is #006BA9. Grayscale: #ADADAD. Windows color (decimal): -27562 or 5674239. OLE color: 5674239.
HSL color Cylindrical-coordinate representation of color #FF9456: hue angle of 22.01º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FF9456 is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 148 | 86 | - |
| CMYK | 0 | 0.42 | 0.66 | 0 |
| HSL | 22.01º | 1% | 0.67% | - |
| HSV(B) | 22.01º | 0.66% | 1% | - |
| XYZ | 53.51 | 43.11 | 14.31 | - |
| YUV | 172.93 | 78.95 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 148 | 86 | 0 | 0.42 | 0.66 | 0 | 22.01 | 1 | 0.67 |
| Hex | FF | 94 | 56 | 0 | 2A | 42 | 0 | 16 | 64 | 43 |
| Octal | 377 | 224 | 126 | 0 | 52 | 102 | 0 | 26 | 144 | 103 |
| Binary | 11111111 | 10010100 | 1010110 | 0 | 101010 | 1000010 | 0 | 10110 | 1100100 | 1000011 |
Color Harmonies of #FF9456
Complementary color
Monochromatic Colors of #FF9456
Black with #FF9456
Text Example
Text Example
White with #FF9456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9456; }
p { color: rgb(255,148,86); }
H1.HeaderClassName
{
color: #FF9456;
}
.AnyTagClassName
{
color: #FF9456;
}
</style>
background-color css
<style>
a { background-color: #FF9456; }
a { background-color: rgb(255,148,86); }
div.DivClassName
{
background-color: #FF9456;
}
.BgClassName
{
background-color: #FF9456;
}
</style>
border-color css
<style>
span { border-color: #FF9456; }
span { border-color: rgb(255,148,86); }
td.TdClassName
{
border-color: #FF9456;
}
.TagClassName
{
border-color: #FF9456;
}
</style>