Shades of Vivid Tangerine #F9957A
Tints of Vivid Tangerine #F9957A
RGB
CMYK
RGB Variations
Color information
#F9957A (or 0xF9957A) is known color: Vivid Tangerine. HEX triplet: F9, 95 and 7A. RGB value is (249,149,122). Sum of RGB (Red+Green+Blue) = 249+149+122=520 (68% of max value = 765). Red value is 249 (97.66% from 255 or 47.88% from 520); Green value is 149 (58.59% from 255 or 28.65% from 520); Blue value is 122 (48.05% from 255 or 23.46% from 520); Max value from RGB is 249 - color contains mainly: red. Hex color #F9957A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9957A is #066A85. Grayscale: #B0B0B0. Windows color (decimal): -420486 or 8033785. OLE color: 8033785.
HSL color Cylindrical-coordinate representation of color #F9957A: hue angle of 12.76º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F9957A is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 149 | 122 | - |
| CMYK | 0 | 0.40 | 0.51 | 0.02 |
| HSL | 12.76º | 0.91% | 0.73% | - |
| HSV(B) | 12.76º | 0.51% | 0.98% | - |
| XYZ | 53.33 | 43.04 | 23.91 | - |
| YUV | 175.82 | 97.63 | 180.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 149 | 122 | 0 | 0.40 | 0.51 | 0.02 | 12.76 | 0.91 | 0.73 |
| Hex | F9 | 95 | 7A | 0 | 28 | 33 | 2 | D | 5B | 49 |
| Octal | 371 | 225 | 172 | 0 | 50 | 63 | 2 | 15 | 133 | 111 |
| Binary | 11111001 | 10010101 | 1111010 | 0 | 101000 | 110011 | 10 | 1101 | 1011011 | 1001001 |
Color Harmonies of #F9957A
Complementary color
Monochromatic Colors of #F9957A
Black with #F9957A
Text Example
Text Example
White with #F9957A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9957A; }
p { color: rgb(249,149,122); }
H1.HeaderClassName
{
color: #F9957A;
}
.AnyTagClassName
{
color: #F9957A;
}
</style>
background-color css
<style>
a { background-color: #F9957A; }
a { background-color: rgb(249,149,122); }
div.DivClassName
{
background-color: #F9957A;
}
.BgClassName
{
background-color: #F9957A;
}
</style>
border-color css
<style>
span { border-color: #F9957A; }
span { border-color: rgb(249,149,122); }
td.TdClassName
{
border-color: #F9957A;
}
.TagClassName
{
border-color: #F9957A;
}
</style>