Shades of Atomic Tangerine #FF946A
Tints of Atomic Tangerine #FF946A
RGB
CMYK
RGB Variations
Color information
#FF946A (or 0xFF946A) is known color: Atomic Tangerine. HEX triplet: FF, 94 and 6A. RGB value is (255,148,106). Sum of RGB (Red+Green+Blue) = 255+148+106=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 148 (58.20% from 255 or 29.08% from 509); Blue value is 106 (41.80% from 255 or 20.83% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FF946A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF946A is #006B95. Grayscale: #AFAFAF. Windows color (decimal): -27542 or 6984959. OLE color: 6984959.
HSL color Cylindrical-coordinate representation of color #FF946A: hue angle of 16.91º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FF946A is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 148 | 106 | - |
| CMYK | 0 | 0.42 | 0.58 | 0 |
| HSL | 16.91º | 1% | 0.71% | - |
| HSV(B) | 16.91º | 0.58% | 1% | - |
| XYZ | 54.43 | 43.48 | 19.16 | - |
| YUV | 175.21 | 88.95 | 184.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 148 | 106 | 0 | 0.42 | 0.58 | 0 | 16.91 | 1 | 0.71 |
| Hex | FF | 94 | 6A | 0 | 2A | 3A | 0 | 11 | 64 | 47 |
| Octal | 377 | 224 | 152 | 0 | 52 | 72 | 0 | 21 | 144 | 107 |
| Binary | 11111111 | 10010100 | 1101010 | 0 | 101010 | 111010 | 0 | 10001 | 1100100 | 1000111 |
Color Harmonies of #FF946A
Complementary color
Monochromatic Colors of #FF946A
Black with #FF946A
Text Example
Text Example
White with #FF946A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF946A; }
p { color: rgb(255,148,106); }
H1.HeaderClassName
{
color: #FF946A;
}
.AnyTagClassName
{
color: #FF946A;
}
</style>
background-color css
<style>
a { background-color: #FF946A; }
a { background-color: rgb(255,148,106); }
div.DivClassName
{
background-color: #FF946A;
}
.BgClassName
{
background-color: #FF946A;
}
</style>
border-color css
<style>
span { border-color: #FF946A; }
span { border-color: rgb(255,148,106); }
td.TdClassName
{
border-color: #FF946A;
}
.TagClassName
{
border-color: #FF946A;
}
</style>