Shades of Atomic Tangerine #FF955A
Tints of Atomic Tangerine #FF955A
RGB
CMYK
RGB Variations
Color information
#FF955A (or 0xFF955A) is known color: Atomic Tangerine. HEX triplet: FF, 95 and 5A. RGB value is (255,149,90). Sum of RGB (Red+Green+Blue) = 255+149+90=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 149 (58.59% from 255 or 30.16% from 494); Blue value is 90 (35.55% from 255 or 18.22% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FF955A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF955A is #006AA5. Grayscale: #AEAEAE. Windows color (decimal): -27302 or 5936639. OLE color: 5936639.
HSL color Cylindrical-coordinate representation of color #FF955A: hue angle of 21.45º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FF955A is Cyan = 0, Magento = 0.42, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 149 | 90 | - |
| CMYK | 0 | 0.42 | 0.65 | 0 |
| HSL | 21.45º | 1% | 0.68% | - |
| HSV(B) | 21.45º | 0.65% | 1% | - |
| XYZ | 53.83 | 43.49 | 15.23 | - |
| YUV | 173.97 | 80.62 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 149 | 90 | 0 | 0.42 | 0.65 | 0 | 21.45 | 1 | 0.68 |
| Hex | FF | 95 | 5A | 0 | 2A | 41 | 0 | 15 | 64 | 44 |
| Octal | 377 | 225 | 132 | 0 | 52 | 101 | 0 | 25 | 144 | 104 |
| Binary | 11111111 | 10010101 | 1011010 | 0 | 101010 | 1000001 | 0 | 10101 | 1100100 | 1000100 |
Color Harmonies of #FF955A
Complementary color
Monochromatic Colors of #FF955A
Black with #FF955A
Text Example
Text Example
White with #FF955A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF955A; }
p { color: rgb(255,149,90); }
H1.HeaderClassName
{
color: #FF955A;
}
.AnyTagClassName
{
color: #FF955A;
}
</style>
background-color css
<style>
a { background-color: #FF955A; }
a { background-color: rgb(255,149,90); }
div.DivClassName
{
background-color: #FF955A;
}
.BgClassName
{
background-color: #FF955A;
}
</style>
border-color css
<style>
span { border-color: #FF955A; }
span { border-color: rgb(255,149,90); }
td.TdClassName
{
border-color: #FF955A;
}
.TagClassName
{
border-color: #FF955A;
}
</style>