Shades of Atomic Tangerine #FF946D
Tints of Atomic Tangerine #FF946D
RGB
CMYK
RGB Variations
Color information
#FF946D (or 0xFF946D) is known color: Atomic Tangerine. HEX triplet: FF, 94 and 6D. RGB value is (255,148,109). Sum of RGB (Red+Green+Blue) = 255+148+109=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 148 (58.20% from 255 or 28.91% from 512); Blue value is 109 (42.97% from 255 or 21.29% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FF946D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF946D is #006B92. Grayscale: #AFAFAF. Windows color (decimal): -27539 or 7181567. OLE color: 7181567.
HSL color Cylindrical-coordinate representation of color #FF946D: hue angle of 16.03º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FF946D is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 148 | 109 | - |
| CMYK | 0 | 0.42 | 0.57 | 0 |
| HSL | 16.03º | 1% | 0.71% | - |
| HSV(B) | 16.03º | 0.57% | 1% | - |
| XYZ | 54.59 | 43.54 | 20 | - |
| YUV | 175.55 | 90.45 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 148 | 109 | 0 | 0.42 | 0.57 | 0 | 16.03 | 1 | 0.71 |
| Hex | FF | 94 | 6D | 0 | 2A | 39 | 0 | 10 | 64 | 47 |
| Octal | 377 | 224 | 155 | 0 | 52 | 71 | 0 | 20 | 144 | 107 |
| Binary | 11111111 | 10010100 | 1101101 | 0 | 101010 | 111001 | 0 | 10000 | 1100100 | 1000111 |
Color Harmonies of #FF946D
Complementary color
Monochromatic Colors of #FF946D
Black with #FF946D
Text Example
Text Example
White with #FF946D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF946D; }
p { color: rgb(255,148,109); }
H1.HeaderClassName
{
color: #FF946D;
}
.AnyTagClassName
{
color: #FF946D;
}
</style>
background-color css
<style>
a { background-color: #FF946D; }
a { background-color: rgb(255,148,109); }
div.DivClassName
{
background-color: #FF946D;
}
.BgClassName
{
background-color: #FF946D;
}
</style>
border-color css
<style>
span { border-color: #FF946D; }
span { border-color: rgb(255,148,109); }
td.TdClassName
{
border-color: #FF946D;
}
.TagClassName
{
border-color: #FF946D;
}
</style>