Shades of Atomic Tangerine #F9946A
Tints of Atomic Tangerine #F9946A
RGB
CMYK
RGB Variations
Color information
#F9946A (or 0xF9946A) is known color: Atomic Tangerine. HEX triplet: F9, 94 and 6A. RGB value is (249,148,106). Sum of RGB (Red+Green+Blue) = 249+148+106=503 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.50% from 503); Green value is 148 (58.20% from 255 or 29.42% from 503); Blue value is 106 (41.80% from 255 or 21.07% from 503); Max value from RGB is 249 - color contains mainly: red. Hex color #F9946A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9946A is #066B95. Grayscale: #ADADAD. Windows color (decimal): -420758 or 6984953. OLE color: 6984953.
HSL color Cylindrical-coordinate representation of color #F9946A: hue angle of 17.62º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F9946A is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 148 | 106 | - |
| CMYK | 0 | 0.41 | 0.57 | 0.02 |
| HSL | 17.62º | 0.92% | 0.7% | - |
| HSV(B) | 17.62º | 0.57% | 0.98% | - |
| XYZ | 52.26 | 42.36 | 19.06 | - |
| YUV | 173.41 | 89.96 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 148 | 106 | 0 | 0.41 | 0.57 | 0.02 | 17.62 | 0.92 | 0.7 |
| Hex | F9 | 94 | 6A | 0 | 29 | 39 | 2 | 12 | 5C | 46 |
| Octal | 371 | 224 | 152 | 0 | 51 | 71 | 2 | 22 | 134 | 106 |
| Binary | 11111001 | 10010100 | 1101010 | 0 | 101001 | 111001 | 10 | 10010 | 1011100 | 1000110 |
Color Harmonies of #F9946A
Complementary color
Monochromatic Colors of #F9946A
Black with #F9946A
Text Example
Text Example
White with #F9946A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9946A; }
p { color: rgb(249,148,106); }
H1.HeaderClassName
{
color: #F9946A;
}
.AnyTagClassName
{
color: #F9946A;
}
</style>
background-color css
<style>
a { background-color: #F9946A; }
a { background-color: rgb(249,148,106); }
div.DivClassName
{
background-color: #F9946A;
}
.BgClassName
{
background-color: #F9946A;
}
</style>
border-color css
<style>
span { border-color: #F9946A; }
span { border-color: rgb(249,148,106); }
td.TdClassName
{
border-color: #F9946A;
}
.TagClassName
{
border-color: #F9946A;
}
</style>