Shades of Vivid Tangerine #F99078
Tints of Vivid Tangerine #F99078
RGB
CMYK
RGB Variations
Color information
#F99078 (or 0xF99078) is known color: Vivid Tangerine. HEX triplet: F9, 90 and 78. RGB value is (249,144,120). Sum of RGB (Red+Green+Blue) = 249+144+120=513 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.54% from 513); Green value is 144 (56.64% from 255 or 28.07% from 513); Blue value is 120 (47.27% from 255 or 23.39% from 513); Max value from RGB is 249 - color contains mainly: red. Hex color #F99078 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99078 is #066F87. Grayscale: #ACACAC. Windows color (decimal): -421768 or 7901433. OLE color: 7901433.
HSL color Cylindrical-coordinate representation of color #F99078: hue angle of 11.16º degrees, saturation: 0.91, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F99078 is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 144 | 120 | - |
| CMYK | 0 | 0.42 | 0.52 | 0.02 |
| HSL | 11.16º | 0.91% | 0.72% | - |
| HSV(B) | 11.16º | 0.52% | 0.98% | - |
| XYZ | 52.43 | 41.44 | 23.01 | - |
| YUV | 172.66 | 98.29 | 182.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 144 | 120 | 0 | 0.42 | 0.52 | 0.02 | 11.16 | 0.91 | 0.72 |
| Hex | F9 | 90 | 78 | 0 | 2A | 34 | 2 | B | 5B | 48 |
| Octal | 371 | 220 | 170 | 0 | 52 | 64 | 2 | 13 | 133 | 110 |
| Binary | 11111001 | 10010000 | 1111000 | 0 | 101010 | 110100 | 10 | 1011 | 1011011 | 1001000 |
Color Harmonies of #F99078
Complementary color
Monochromatic Colors of #F99078
Black with #F99078
Text Example
Text Example
White with #F99078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99078; }
p { color: rgb(249,144,120); }
H1.HeaderClassName
{
color: #F99078;
}
.AnyTagClassName
{
color: #F99078;
}
</style>
background-color css
<style>
a { background-color: #F99078; }
a { background-color: rgb(249,144,120); }
div.DivClassName
{
background-color: #F99078;
}
.BgClassName
{
background-color: #F99078;
}
</style>
border-color css
<style>
span { border-color: #F99078; }
span { border-color: rgb(249,144,120); }
td.TdClassName
{
border-color: #F99078;
}
.TagClassName
{
border-color: #F99078;
}
</style>