Shades of Atomic Tangerine #FF9463
Tints of Atomic Tangerine #FF9463
RGB
CMYK
RGB Variations
Color information
#FF9463 (or 0xFF9463) is known color: Atomic Tangerine. HEX triplet: FF, 94 and 63. RGB value is (255,148,99). Sum of RGB (Red+Green+Blue) = 255+148+99=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 148 (58.20% from 255 or 29.48% from 502); Blue value is 99 (39.06% from 255 or 19.72% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9463 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9463 is #006B9C. Grayscale: #AEAEAE. Windows color (decimal): -27549 or 6526207. OLE color: 6526207.
HSL color Cylindrical-coordinate representation of color #FF9463: hue angle of 18.85º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FF9463 is Cyan = 0, Magento = 0.42, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 148 | 99 | - |
| CMYK | 0 | 0.42 | 0.61 | 0 |
| HSL | 18.85º | 1% | 0.69% | - |
| HSV(B) | 18.85º | 0.61% | 1% | - |
| XYZ | 54.08 | 43.34 | 17.32 | - |
| YUV | 174.41 | 85.45 | 185.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 148 | 99 | 0 | 0.42 | 0.61 | 0 | 18.85 | 1 | 0.69 |
| Hex | FF | 94 | 63 | 0 | 2A | 3D | 0 | 13 | 64 | 45 |
| Octal | 377 | 224 | 143 | 0 | 52 | 75 | 0 | 23 | 144 | 105 |
| Binary | 11111111 | 10010100 | 1100011 | 0 | 101010 | 111101 | 0 | 10011 | 1100100 | 1000101 |
Color Harmonies of #FF9463
Complementary color
Monochromatic Colors of #FF9463
Black with #FF9463
Text Example
Text Example
White with #FF9463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9463; }
p { color: rgb(255,148,99); }
H1.HeaderClassName
{
color: #FF9463;
}
.AnyTagClassName
{
color: #FF9463;
}
</style>
background-color css
<style>
a { background-color: #FF9463; }
a { background-color: rgb(255,148,99); }
div.DivClassName
{
background-color: #FF9463;
}
.BgClassName
{
background-color: #FF9463;
}
</style>
border-color css
<style>
span { border-color: #FF9463; }
span { border-color: rgb(255,148,99); }
td.TdClassName
{
border-color: #FF9463;
}
.TagClassName
{
border-color: #FF9463;
}
</style>