Shades of Vivid Tangerine #F9987F
Tints of Vivid Tangerine #F9987F
RGB
CMYK
RGB Variations
Color information
#F9987F (or 0xF9987F) is known color: Vivid Tangerine. HEX triplet: F9, 98 and 7F. RGB value is (249,152,127). Sum of RGB (Red+Green+Blue) = 249+152+127=528 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.16% from 528); Green value is 152 (59.77% from 255 or 28.79% from 528); Blue value is 127 (50% from 255 or 24.05% from 528); Max value from RGB is 249 - color contains mainly: red. Hex color #F9987F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9987F is #066780. Grayscale: #B2B2B2. Windows color (decimal): -419713 or 8362233. OLE color: 8362233.
HSL color Cylindrical-coordinate representation of color #F9987F: hue angle of 12.3º 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 #F9987F is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 152 | 127 | - |
| CMYK | 0 | 0.39 | 0.49 | 0.02 |
| HSL | 12.3º | 0.91% | 0.74% | - |
| HSV(B) | 12.3º | 0.49% | 0.98% | - |
| XYZ | 54.13 | 44.13 | 25.74 | - |
| YUV | 178.15 | 99.14 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 152 | 127 | 0 | 0.39 | 0.49 | 0.02 | 12.3 | 0.91 | 0.74 |
| Hex | F9 | 98 | 7F | 0 | 27 | 31 | 2 | C | 5B | 4A |
| Octal | 371 | 230 | 177 | 0 | 47 | 61 | 2 | 14 | 133 | 112 |
| Binary | 11111001 | 10011000 | 1111111 | 0 | 100111 | 110001 | 10 | 1100 | 1011011 | 1001010 |
Color Harmonies of #F9987F
Complementary color
Monochromatic Colors of #F9987F
Black with #F9987F
Text Example
Text Example
White with #F9987F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9987F; }
p { color: rgb(249,152,127); }
H1.HeaderClassName
{
color: #F9987F;
}
.AnyTagClassName
{
color: #F9987F;
}
</style>
background-color css
<style>
a { background-color: #F9987F; }
a { background-color: rgb(249,152,127); }
div.DivClassName
{
background-color: #F9987F;
}
.BgClassName
{
background-color: #F9987F;
}
</style>
border-color css
<style>
span { border-color: #F9987F; }
span { border-color: rgb(249,152,127); }
td.TdClassName
{
border-color: #F9987F;
}
.TagClassName
{
border-color: #F9987F;
}
</style>