Shades of Vivid Tangerine #F9997A
Tints of Vivid Tangerine #F9997A
RGB
CMYK
RGB Variations
Color information
#F9997A (or 0xF9997A) is known color: Vivid Tangerine. HEX triplet: F9, 99 and 7A. RGB value is (249,153,122). Sum of RGB (Red+Green+Blue) = 249+153+122=524 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.52% from 524); Green value is 153 (60.16% from 255 or 29.20% from 524); Blue value is 122 (48.05% from 255 or 23.28% from 524); Max value from RGB is 249 - color contains mainly: red. Hex color #F9997A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9997A is #066685. Grayscale: #B2B2B2. Windows color (decimal): -419462 or 8034809. OLE color: 8034809.
HSL color Cylindrical-coordinate representation of color #F9997A: hue angle of 14.65º 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 #F9997A is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 153 | 122 | - |
| CMYK | 0 | 0.39 | 0.51 | 0.02 |
| HSL | 14.65º | 0.91% | 0.73% | - |
| HSV(B) | 14.65º | 0.51% | 0.98% | - |
| XYZ | 53.97 | 44.33 | 24.12 | - |
| YUV | 178.17 | 96.3 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 153 | 122 | 0 | 0.39 | 0.51 | 0.02 | 14.65 | 0.91 | 0.73 |
| Hex | F9 | 99 | 7A | 0 | 27 | 33 | 2 | F | 5B | 49 |
| Octal | 371 | 231 | 172 | 0 | 47 | 63 | 2 | 17 | 133 | 111 |
| Binary | 11111001 | 10011001 | 1111010 | 0 | 100111 | 110011 | 10 | 1111 | 1011011 | 1001001 |
Color Harmonies of #F9997A
Complementary color
Monochromatic Colors of #F9997A
Black with #F9997A
Text Example
Text Example
White with #F9997A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9997A; }
p { color: rgb(249,153,122); }
H1.HeaderClassName
{
color: #F9997A;
}
.AnyTagClassName
{
color: #F9997A;
}
</style>
background-color css
<style>
a { background-color: #F9997A; }
a { background-color: rgb(249,153,122); }
div.DivClassName
{
background-color: #F9997A;
}
.BgClassName
{
background-color: #F9997A;
}
</style>
border-color css
<style>
span { border-color: #F9997A; }
span { border-color: rgb(249,153,122); }
td.TdClassName
{
border-color: #F9997A;
}
.TagClassName
{
border-color: #F9997A;
}
</style>