Shades of Atomic Tangerine #FF955F
Tints of Atomic Tangerine #FF955F
RGB
CMYK
RGB Variations
Color information
#FF955F (or 0xFF955F) is known color: Atomic Tangerine. HEX triplet: FF, 95 and 5F. RGB value is (255,149,95). Sum of RGB (Red+Green+Blue) = 255+149+95=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 149 (58.59% from 255 or 29.86% from 499); Blue value is 95 (37.5% from 255 or 19.04% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FF955F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF955F is #006AA0. Grayscale: #AEAEAE. Windows color (decimal): -27297 or 6264319. OLE color: 6264319.
HSL color Cylindrical-coordinate representation of color #FF955F: hue angle of 20.25º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FF955F is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 149 | 95 | - |
| CMYK | 0 | 0.42 | 0.63 | 0 |
| HSL | 20.25º | 1% | 0.69% | - |
| HSV(B) | 20.25º | 0.63% | 1% | - |
| XYZ | 54.05 | 43.58 | 16.39 | - |
| YUV | 174.54 | 83.12 | 185.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 149 | 95 | 0 | 0.42 | 0.63 | 0 | 20.25 | 1 | 0.69 |
| Hex | FF | 95 | 5F | 0 | 2A | 3F | 0 | 14 | 64 | 45 |
| Octal | 377 | 225 | 137 | 0 | 52 | 77 | 0 | 24 | 144 | 105 |
| Binary | 11111111 | 10010101 | 1011111 | 0 | 101010 | 111111 | 0 | 10100 | 1100100 | 1000101 |
Color Harmonies of #FF955F
Complementary color
Monochromatic Colors of #FF955F
Black with #FF955F
Text Example
Text Example
White with #FF955F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF955F; }
p { color: rgb(255,149,95); }
H1.HeaderClassName
{
color: #FF955F;
}
.AnyTagClassName
{
color: #FF955F;
}
</style>
background-color css
<style>
a { background-color: #FF955F; }
a { background-color: rgb(255,149,95); }
div.DivClassName
{
background-color: #FF955F;
}
.BgClassName
{
background-color: #FF955F;
}
</style>
border-color css
<style>
span { border-color: #FF955F; }
span { border-color: rgb(255,149,95); }
td.TdClassName
{
border-color: #FF955F;
}
.TagClassName
{
border-color: #FF955F;
}
</style>