Shades of Atomic Tangerine #FF955C
Tints of Atomic Tangerine #FF955C
RGB
CMYK
RGB Variations
Color information
#FF955C (or 0xFF955C) is known color: Atomic Tangerine. HEX triplet: FF, 95 and 5C. RGB value is (255,149,92). Sum of RGB (Red+Green+Blue) = 255+149+92=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 149 (58.59% from 255 or 30.04% from 496); Blue value is 92 (36.33% from 255 or 18.55% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FF955C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF955C is #006AA3. Grayscale: #AEAEAE. Windows color (decimal): -27300 or 6067711. OLE color: 6067711.
HSL color Cylindrical-coordinate representation of color #FF955C: hue angle of 20.98º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF955C is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 149 | 92 | - |
| CMYK | 0 | 0.42 | 0.64 | 0 |
| HSL | 20.98º | 1% | 0.68% | - |
| HSV(B) | 20.98º | 0.64% | 1% | - |
| XYZ | 53.92 | 43.53 | 15.69 | - |
| YUV | 174.2 | 81.62 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 149 | 92 | 0 | 0.42 | 0.64 | 0 | 20.98 | 1 | 0.68 |
| Hex | FF | 95 | 5C | 0 | 2A | 40 | 0 | 15 | 64 | 44 |
| Octal | 377 | 225 | 134 | 0 | 52 | 100 | 0 | 25 | 144 | 104 |
| Binary | 11111111 | 10010101 | 1011100 | 0 | 101010 | 1000000 | 0 | 10101 | 1100100 | 1000100 |
Color Harmonies of #FF955C
Complementary color
Monochromatic Colors of #FF955C
Black with #FF955C
Text Example
Text Example
White with #FF955C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF955C; }
p { color: rgb(255,149,92); }
H1.HeaderClassName
{
color: #FF955C;
}
.AnyTagClassName
{
color: #FF955C;
}
</style>
background-color css
<style>
a { background-color: #FF955C; }
a { background-color: rgb(255,149,92); }
div.DivClassName
{
background-color: #FF955C;
}
.BgClassName
{
background-color: #FF955C;
}
</style>
border-color css
<style>
span { border-color: #FF955C; }
span { border-color: rgb(255,149,92); }
td.TdClassName
{
border-color: #FF955C;
}
.TagClassName
{
border-color: #FF955C;
}
</style>