Shades of Atomic Tangerine #F6945A
Tints of Atomic Tangerine #F6945A
RGB
CMYK
RGB Variations
Color information
#F6945A (or 0xF6945A) is known color: Atomic Tangerine. HEX triplet: F6, 94 and 5A. RGB value is (246,148,90). Sum of RGB (Red+Green+Blue) = 246+148+90=484 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.83% from 484); Green value is 148 (58.20% from 255 or 30.58% from 484); Blue value is 90 (35.55% from 255 or 18.60% from 484); Max value from RGB is 246 - color contains mainly: red. Hex color #F6945A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6945A is #096BA5. Grayscale: #ABABAB. Windows color (decimal): -617382 or 5936374. OLE color: 5936374.
HSL color Cylindrical-coordinate representation of color #F6945A: hue angle of 22.31º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F6945A is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 148 | 90 | - |
| CMYK | 0 | 0.40 | 0.63 | 0.04 |
| HSL | 22.31º | 0.9% | 0.66% | - |
| HSV(B) | 22.31º | 0.63% | 0.96% | - |
| XYZ | 50.44 | 41.51 | 15.03 | - |
| YUV | 170.69 | 82.47 | 181.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 148 | 90 | 0 | 0.40 | 0.63 | 0.04 | 22.31 | 0.9 | 0.66 |
| Hex | F6 | 94 | 5A | 0 | 28 | 3F | 4 | 16 | 5A | 42 |
| Octal | 366 | 224 | 132 | 0 | 50 | 77 | 4 | 26 | 132 | 102 |
| Binary | 11110110 | 10010100 | 1011010 | 0 | 101000 | 111111 | 100 | 10110 | 1011010 | 1000010 |
Color Harmonies of #F6945A
Complementary color
Monochromatic Colors of #F6945A
Black with #F6945A
Text Example
Text Example
White with #F6945A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6945A; }
p { color: rgb(246,148,90); }
H1.HeaderClassName
{
color: #F6945A;
}
.AnyTagClassName
{
color: #F6945A;
}
</style>
background-color css
<style>
a { background-color: #F6945A; }
a { background-color: rgb(246,148,90); }
div.DivClassName
{
background-color: #F6945A;
}
.BgClassName
{
background-color: #F6945A;
}
</style>
border-color css
<style>
span { border-color: #F6945A; }
span { border-color: rgb(246,148,90); }
td.TdClassName
{
border-color: #F6945A;
}
.TagClassName
{
border-color: #F6945A;
}
</style>