Shades of Vivid Tangerine #F9947C
Tints of Vivid Tangerine #F9947C
RGB
CMYK
RGB Variations
Color information
#F9947C (or 0xF9947C) is known color: Vivid Tangerine. HEX triplet: F9, 94 and 7C. RGB value is (249,148,124). Sum of RGB (Red+Green+Blue) = 249+148+124=521 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.79% from 521); Green value is 148 (58.20% from 255 or 28.41% from 521); Blue value is 124 (48.83% from 255 or 23.80% from 521); Max value from RGB is 249 - color contains mainly: red. Hex color #F9947C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9947C is #066B83. Grayscale: #AFAFAF. Windows color (decimal): -420740 or 8164601. OLE color: 8164601.
HSL color Cylindrical-coordinate representation of color #F9947C: hue angle of 11.52º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F9947C is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 148 | 124 | - |
| CMYK | 0 | 0.41 | 0.50 | 0.02 |
| HSL | 11.52º | 0.91% | 0.73% | - |
| HSV(B) | 11.52º | 0.5% | 0.98% | - |
| XYZ | 53.29 | 42.77 | 24.52 | - |
| YUV | 175.46 | 98.96 | 180.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 148 | 124 | 0 | 0.41 | 0.50 | 0.02 | 11.52 | 0.91 | 0.73 |
| Hex | F9 | 94 | 7C | 0 | 29 | 32 | 2 | C | 5B | 49 |
| Octal | 371 | 224 | 174 | 0 | 51 | 62 | 2 | 14 | 133 | 111 |
| Binary | 11111001 | 10010100 | 1111100 | 0 | 101001 | 110010 | 10 | 1100 | 1011011 | 1001001 |
Color Harmonies of #F9947C
Complementary color
Monochromatic Colors of #F9947C
Black with #F9947C
Text Example
Text Example
White with #F9947C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9947C; }
p { color: rgb(249,148,124); }
H1.HeaderClassName
{
color: #F9947C;
}
.AnyTagClassName
{
color: #F9947C;
}
</style>
background-color css
<style>
a { background-color: #F9947C; }
a { background-color: rgb(249,148,124); }
div.DivClassName
{
background-color: #F9947C;
}
.BgClassName
{
background-color: #F9947C;
}
</style>
border-color css
<style>
span { border-color: #F9947C; }
span { border-color: rgb(249,148,124); }
td.TdClassName
{
border-color: #F9947C;
}
.TagClassName
{
border-color: #F9947C;
}
</style>