Shades of Vivid Tangerine #F9977D
Tints of Vivid Tangerine #F9977D
RGB
CMYK
RGB Variations
Color information
#F9977D (or 0xF9977D) is known color: Vivid Tangerine. HEX triplet: F9, 97 and 7D. RGB value is (249,151,125). Sum of RGB (Red+Green+Blue) = 249+151+125=525 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.43% from 525); Green value is 151 (59.38% from 255 or 28.76% from 525); Blue value is 125 (49.22% from 255 or 23.81% from 525); Max value from RGB is 249 - color contains mainly: red. Hex color #F9977D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9977D is #066882. Grayscale: #B1B1B1. Windows color (decimal): -419971 or 8230905. OLE color: 8230905.
HSL color Cylindrical-coordinate representation of color #F9977D: hue angle of 12.58º 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 #F9977D is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 151 | 125 | - |
| CMYK | 0 | 0.39 | 0.50 | 0.02 |
| HSL | 12.58º | 0.91% | 0.73% | - |
| HSV(B) | 12.58º | 0.5% | 0.98% | - |
| XYZ | 53.84 | 43.75 | 25.01 | - |
| YUV | 177.34 | 98.47 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 151 | 125 | 0 | 0.39 | 0.50 | 0.02 | 12.58 | 0.91 | 0.73 |
| Hex | F9 | 97 | 7D | 0 | 27 | 32 | 2 | D | 5B | 49 |
| Octal | 371 | 227 | 175 | 0 | 47 | 62 | 2 | 15 | 133 | 111 |
| Binary | 11111001 | 10010111 | 1111101 | 0 | 100111 | 110010 | 10 | 1101 | 1011011 | 1001001 |
Color Harmonies of #F9977D
Complementary color
Monochromatic Colors of #F9977D
Black with #F9977D
Text Example
Text Example
White with #F9977D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9977D; }
p { color: rgb(249,151,125); }
H1.HeaderClassName
{
color: #F9977D;
}
.AnyTagClassName
{
color: #F9977D;
}
</style>
background-color css
<style>
a { background-color: #F9977D; }
a { background-color: rgb(249,151,125); }
div.DivClassName
{
background-color: #F9977D;
}
.BgClassName
{
background-color: #F9977D;
}
</style>
border-color css
<style>
span { border-color: #F9977D; }
span { border-color: rgb(249,151,125); }
td.TdClassName
{
border-color: #F9977D;
}
.TagClassName
{
border-color: #F9977D;
}
</style>