Shades of Vivid Tangerine #F9917A
Tints of Vivid Tangerine #F9917A
RGB
CMYK
RGB Variations
Color information
#F9917A (or 0xF9917A) is known color: Vivid Tangerine. HEX triplet: F9, 91 and 7A. RGB value is (249,145,122). Sum of RGB (Red+Green+Blue) = 249+145+122=516 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.26% from 516); Green value is 145 (57.03% from 255 or 28.10% from 516); Blue value is 122 (48.05% from 255 or 23.64% from 516); Max value from RGB is 249 - color contains mainly: red. Hex color #F9917A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9917A is #066E85. Grayscale: #ADADAD. Windows color (decimal): -421510 or 8032761. OLE color: 8032761.
HSL color Cylindrical-coordinate representation of color #F9917A: hue angle of 10.87º 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 #F9917A is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 145 | 122 | - |
| CMYK | 0 | 0.42 | 0.51 | 0.02 |
| HSL | 10.87º | 0.91% | 0.73% | - |
| HSV(B) | 10.87º | 0.51% | 0.98% | - |
| XYZ | 52.71 | 41.8 | 23.7 | - |
| YUV | 173.47 | 98.96 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 145 | 122 | 0 | 0.42 | 0.51 | 0.02 | 10.87 | 0.91 | 0.73 |
| Hex | F9 | 91 | 7A | 0 | 2A | 33 | 2 | B | 5B | 49 |
| Octal | 371 | 221 | 172 | 0 | 52 | 63 | 2 | 13 | 133 | 111 |
| Binary | 11111001 | 10010001 | 1111010 | 0 | 101010 | 110011 | 10 | 1011 | 1011011 | 1001001 |
Color Harmonies of #F9917A
Complementary color
Monochromatic Colors of #F9917A
Black with #F9917A
Text Example
Text Example
White with #F9917A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9917A; }
p { color: rgb(249,145,122); }
H1.HeaderClassName
{
color: #F9917A;
}
.AnyTagClassName
{
color: #F9917A;
}
</style>
background-color css
<style>
a { background-color: #F9917A; }
a { background-color: rgb(249,145,122); }
div.DivClassName
{
background-color: #F9917A;
}
.BgClassName
{
background-color: #F9917A;
}
</style>
border-color css
<style>
span { border-color: #F9917A; }
span { border-color: rgb(249,145,122); }
td.TdClassName
{
border-color: #F9917A;
}
.TagClassName
{
border-color: #F9917A;
}
</style>