Shades of Vivid Tangerine #F9977A
Tints of Vivid Tangerine #F9977A
RGB
CMYK
RGB Variations
Color information
#F9977A (or 0xF9977A) is known color: Vivid Tangerine. HEX triplet: F9, 97 and 7A. RGB value is (249,151,122). Sum of RGB (Red+Green+Blue) = 249+151+122=522 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.70% from 522); Green value is 151 (59.38% from 255 or 28.93% from 522); Blue value is 122 (48.05% from 255 or 23.37% from 522); Max value from RGB is 249 - color contains mainly: red. Hex color #F9977A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9977A is #066885. Grayscale: #B1B1B1. Windows color (decimal): -419974 or 8034297. OLE color: 8034297.
HSL color Cylindrical-coordinate representation of color #F9977A: hue angle of 13.7º 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 #F9977A is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 151 | 122 | - |
| CMYK | 0 | 0.39 | 0.51 | 0.02 |
| HSL | 13.7º | 0.91% | 0.73% | - |
| HSV(B) | 13.7º | 0.51% | 0.98% | - |
| XYZ | 53.65 | 43.68 | 24.02 | - |
| YUV | 177 | 96.97 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 151 | 122 | 0 | 0.39 | 0.51 | 0.02 | 13.7 | 0.91 | 0.73 |
| Hex | F9 | 97 | 7A | 0 | 27 | 33 | 2 | E | 5B | 49 |
| Octal | 371 | 227 | 172 | 0 | 47 | 63 | 2 | 16 | 133 | 111 |
| Binary | 11111001 | 10010111 | 1111010 | 0 | 100111 | 110011 | 10 | 1110 | 1011011 | 1001001 |
Color Harmonies of #F9977A
Complementary color
Monochromatic Colors of #F9977A
Black with #F9977A
Text Example
Text Example
White with #F9977A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9977A; }
p { color: rgb(249,151,122); }
H1.HeaderClassName
{
color: #F9977A;
}
.AnyTagClassName
{
color: #F9977A;
}
</style>
background-color css
<style>
a { background-color: #F9977A; }
a { background-color: rgb(249,151,122); }
div.DivClassName
{
background-color: #F9977A;
}
.BgClassName
{
background-color: #F9977A;
}
</style>
border-color css
<style>
span { border-color: #F9977A; }
span { border-color: rgb(249,151,122); }
td.TdClassName
{
border-color: #F9977A;
}
.TagClassName
{
border-color: #F9977A;
}
</style>