Shades of Vivid Tangerine #F9917F
Tints of Vivid Tangerine #F9917F
RGB
CMYK
RGB Variations
Color information
#F9917F (or 0xF9917F) is known color: Vivid Tangerine. HEX triplet: F9, 91 and 7F. RGB value is (249,145,127). Sum of RGB (Red+Green+Blue) = 249+145+127=521 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.79% from 521); Green value is 145 (57.03% from 255 or 27.83% from 521); Blue value is 127 (50% from 255 or 24.38% from 521); Max value from RGB is 249 - color contains mainly: red. Hex color #F9917F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9917F is #066E80. Grayscale: #AEAEAE. Windows color (decimal): -421505 or 8360441. OLE color: 8360441.
HSL color Cylindrical-coordinate representation of color #F9917F: hue angle of 8.85º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F9917F is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 145 | 127 | - |
| CMYK | 0 | 0.42 | 0.49 | 0.02 |
| HSL | 8.85º | 0.91% | 0.74% | - |
| HSV(B) | 8.85º | 0.49% | 0.98% | - |
| XYZ | 53.02 | 41.92 | 25.38 | - |
| YUV | 174.04 | 101.46 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 145 | 127 | 0 | 0.42 | 0.49 | 0.02 | 8.85 | 0.91 | 0.74 |
| Hex | F9 | 91 | 7F | 0 | 2A | 31 | 2 | 9 | 5B | 4A |
| Octal | 371 | 221 | 177 | 0 | 52 | 61 | 2 | 11 | 133 | 112 |
| Binary | 11111001 | 10010001 | 1111111 | 0 | 101010 | 110001 | 10 | 1001 | 1011011 | 1001010 |
Color Harmonies of #F9917F
Complementary color
Monochromatic Colors of #F9917F
Black with #F9917F
Text Example
Text Example
White with #F9917F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9917F; }
p { color: rgb(249,145,127); }
H1.HeaderClassName
{
color: #F9917F;
}
.AnyTagClassName
{
color: #F9917F;
}
</style>
background-color css
<style>
a { background-color: #F9917F; }
a { background-color: rgb(249,145,127); }
div.DivClassName
{
background-color: #F9917F;
}
.BgClassName
{
background-color: #F9917F;
}
</style>
border-color css
<style>
span { border-color: #F9917F; }
span { border-color: rgb(249,145,127); }
td.TdClassName
{
border-color: #F9917F;
}
.TagClassName
{
border-color: #F9917F;
}
</style>