Shades of Vivid Tangerine #F69C7E
Tints of Vivid Tangerine #F69C7E
RGB
CMYK
RGB Variations
Color information
#F69C7E (or 0xF69C7E) is known color: Vivid Tangerine. HEX triplet: F6, 9C and 7E. RGB value is (246,156,126). Sum of RGB (Red+Green+Blue) = 246+156+126=528 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.59% from 528); Green value is 156 (61.33% from 255 or 29.55% from 528); Blue value is 126 (49.61% from 255 or 23.86% from 528); Max value from RGB is 246 - color contains mainly: red. Hex color #F69C7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69C7E is #096381. Grayscale: #B3B3B3. Windows color (decimal): -615298 or 8297718. OLE color: 8297718.
HSL color Cylindrical-coordinate representation of color #F69C7E: hue angle of 15º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F69C7E is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 156 | 126 | - |
| CMYK | 0 | 0.37 | 0.49 | 0.04 |
| HSL | 15º | 0.87% | 0.73% | - |
| HSV(B) | 15º | 0.49% | 0.96% | - |
| XYZ | 53.66 | 44.88 | 25.57 | - |
| YUV | 179.49 | 97.82 | 175.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 156 | 126 | 0 | 0.37 | 0.49 | 0.04 | 15 | 0.87 | 0.73 |
| Hex | F6 | 9C | 7E | 0 | 25 | 31 | 4 | F | 57 | 49 |
| Octal | 366 | 234 | 176 | 0 | 45 | 61 | 4 | 17 | 127 | 111 |
| Binary | 11110110 | 10011100 | 1111110 | 0 | 100101 | 110001 | 100 | 1111 | 1010111 | 1001001 |
Color Harmonies of #F69C7E
Complementary color
Monochromatic Colors of #F69C7E
Black with #F69C7E
Text Example
Text Example
White with #F69C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69C7E; }
p { color: rgb(246,156,126); }
H1.HeaderClassName
{
color: #F69C7E;
}
.AnyTagClassName
{
color: #F69C7E;
}
</style>
background-color css
<style>
a { background-color: #F69C7E; }
a { background-color: rgb(246,156,126); }
div.DivClassName
{
background-color: #F69C7E;
}
.BgClassName
{
background-color: #F69C7E;
}
</style>
border-color css
<style>
span { border-color: #F69C7E; }
span { border-color: rgb(246,156,126); }
td.TdClassName
{
border-color: #F69C7E;
}
.TagClassName
{
border-color: #F69C7E;
}
</style>