Shades of Atomic Tangerine #F6965A
Tints of Atomic Tangerine #F6965A
RGB
CMYK
RGB Variations
Color information
#F6965A (or 0xF6965A) is known color: Atomic Tangerine. HEX triplet: F6, 96 and 5A. RGB value is (246,150,90). Sum of RGB (Red+Green+Blue) = 246+150+90=486 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.62% from 486); Green value is 150 (58.98% from 255 or 30.86% from 486); Blue value is 90 (35.55% from 255 or 18.52% from 486); Max value from RGB is 246 - color contains mainly: red. Hex color #F6965A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6965A is #0969A5. Grayscale: #ACACAC. Windows color (decimal): -616870 or 5936886. OLE color: 5936886.
HSL color Cylindrical-coordinate representation of color #F6965A: hue angle of 23.08º 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 #F6965A is Cyan = 0, Magento = 0.39, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 150 | 90 | - |
| CMYK | 0 | 0.39 | 0.63 | 0.04 |
| HSL | 23.08º | 0.9% | 0.66% | - |
| HSV(B) | 23.08º | 0.63% | 0.96% | - |
| XYZ | 50.76 | 42.14 | 15.13 | - |
| YUV | 171.86 | 81.8 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 150 | 90 | 0 | 0.39 | 0.63 | 0.04 | 23.08 | 0.9 | 0.66 |
| Hex | F6 | 96 | 5A | 0 | 27 | 3F | 4 | 17 | 5A | 42 |
| Octal | 366 | 226 | 132 | 0 | 47 | 77 | 4 | 27 | 132 | 102 |
| Binary | 11110110 | 10010110 | 1011010 | 0 | 100111 | 111111 | 100 | 10111 | 1011010 | 1000010 |
Color Harmonies of #F6965A
Complementary color
Monochromatic Colors of #F6965A
Black with #F6965A
Text Example
Text Example
White with #F6965A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6965A; }
p { color: rgb(246,150,90); }
H1.HeaderClassName
{
color: #F6965A;
}
.AnyTagClassName
{
color: #F6965A;
}
</style>
background-color css
<style>
a { background-color: #F6965A; }
a { background-color: rgb(246,150,90); }
div.DivClassName
{
background-color: #F6965A;
}
.BgClassName
{
background-color: #F6965A;
}
</style>
border-color css
<style>
span { border-color: #F6965A; }
span { border-color: rgb(246,150,90); }
td.TdClassName
{
border-color: #F6965A;
}
.TagClassName
{
border-color: #F6965A;
}
</style>