Shades of Vivid Tangerine #F9997D
Tints of Vivid Tangerine #F9997D
RGB
CMYK
RGB Variations
Color information
#F9997D (or 0xF9997D) is known color: Vivid Tangerine. HEX triplet: F9, 99 and 7D. RGB value is (249,153,125). Sum of RGB (Red+Green+Blue) = 249+153+125=527 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.25% from 527); Green value is 153 (60.16% from 255 or 29.03% from 527); Blue value is 125 (49.22% from 255 or 23.72% from 527); Max value from RGB is 249 - color contains mainly: red. Hex color #F9997D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9997D is #066682. Grayscale: #B2B2B2. Windows color (decimal): -419459 or 8231417. OLE color: 8231417.
HSL color Cylindrical-coordinate representation of color #F9997D: hue angle of 13.55º 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 #F9997D is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 153 | 125 | - |
| CMYK | 0 | 0.39 | 0.50 | 0.02 |
| HSL | 13.55º | 0.91% | 0.73% | - |
| HSV(B) | 13.55º | 0.5% | 0.98% | - |
| XYZ | 54.16 | 44.4 | 25.12 | - |
| YUV | 178.51 | 97.8 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 153 | 125 | 0 | 0.39 | 0.50 | 0.02 | 13.55 | 0.91 | 0.73 |
| Hex | F9 | 99 | 7D | 0 | 27 | 32 | 2 | E | 5B | 49 |
| Octal | 371 | 231 | 175 | 0 | 47 | 62 | 2 | 16 | 133 | 111 |
| Binary | 11111001 | 10011001 | 1111101 | 0 | 100111 | 110010 | 10 | 1110 | 1011011 | 1001001 |
Color Harmonies of #F9997D
Complementary color
Monochromatic Colors of #F9997D
Black with #F9997D
Text Example
Text Example
White with #F9997D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9997D; }
p { color: rgb(249,153,125); }
H1.HeaderClassName
{
color: #F9997D;
}
.AnyTagClassName
{
color: #F9997D;
}
</style>
background-color css
<style>
a { background-color: #F9997D; }
a { background-color: rgb(249,153,125); }
div.DivClassName
{
background-color: #F9997D;
}
.BgClassName
{
background-color: #F9997D;
}
</style>
border-color css
<style>
span { border-color: #F9997D; }
span { border-color: rgb(249,153,125); }
td.TdClassName
{
border-color: #F9997D;
}
.TagClassName
{
border-color: #F9997D;
}
</style>