Shades of Vivid Tangerine #F8927D
Tints of Vivid Tangerine #F8927D
RGB
CMYK
RGB Variations
Color information
#F8927D (or 0xF8927D) is known color: Vivid Tangerine. HEX triplet: F8, 92 and 7D. RGB value is (248,146,125). Sum of RGB (Red+Green+Blue) = 248+146+125=519 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.78% from 519); Green value is 146 (57.42% from 255 or 28.13% from 519); Blue value is 125 (49.22% from 255 or 24.08% from 519); Max value from RGB is 248 - color contains mainly: red. Hex color #F8927D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8927D is #076D82. Grayscale: #AEAEAE. Windows color (decimal): -486787 or 8229624. OLE color: 8229624.
HSL color Cylindrical-coordinate representation of color #F8927D: hue angle of 10.24º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F8927D is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 146 | 125 | - |
| CMYK | 0 | 0.41 | 0.50 | 0.03 |
| HSL | 10.24º | 0.9% | 0.73% | - |
| HSV(B) | 10.24º | 0.5% | 0.97% | - |
| XYZ | 52.69 | 41.99 | 24.73 | - |
| YUV | 174.1 | 100.29 | 180.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 146 | 125 | 0 | 0.41 | 0.50 | 0.03 | 10.24 | 0.9 | 0.73 |
| Hex | F8 | 92 | 7D | 0 | 29 | 32 | 3 | A | 5A | 49 |
| Octal | 370 | 222 | 175 | 0 | 51 | 62 | 3 | 12 | 132 | 111 |
| Binary | 11111000 | 10010010 | 1111101 | 0 | 101001 | 110010 | 11 | 1010 | 1011010 | 1001001 |
Color Harmonies of #F8927D
Complementary color
Monochromatic Colors of #F8927D
Black with #F8927D
Text Example
Text Example
White with #F8927D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8927D; }
p { color: rgb(248,146,125); }
H1.HeaderClassName
{
color: #F8927D;
}
.AnyTagClassName
{
color: #F8927D;
}
</style>
background-color css
<style>
a { background-color: #F8927D; }
a { background-color: rgb(248,146,125); }
div.DivClassName
{
background-color: #F8927D;
}
.BgClassName
{
background-color: #F8927D;
}
</style>
border-color css
<style>
span { border-color: #F8927D; }
span { border-color: rgb(248,146,125); }
td.TdClassName
{
border-color: #F8927D;
}
.TagClassName
{
border-color: #F8927D;
}
</style>