Shades of Vivid Tangerine #FC8F7E
Tints of Vivid Tangerine #FC8F7E
RGB
CMYK
RGB Variations
Color information
#FC8F7E (or 0xFC8F7E) is known color: Vivid Tangerine. HEX triplet: FC, 8F and 7E. RGB value is (252,143,126). Sum of RGB (Red+Green+Blue) = 252+143+126=521 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.37% from 521); Green value is 143 (56.25% from 255 or 27.45% from 521); Blue value is 126 (49.61% from 255 or 24.18% from 521); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8F7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8F7E is #037081. Grayscale: #ADADAD. Windows color (decimal): -225410 or 8294396. OLE color: 8294396.
HSL color Cylindrical-coordinate representation of color #FC8F7E: hue angle of 8.1º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FC8F7E is Cyan = 0, Magento = 0.43, Yellow = 0.5 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 143 | 126 | - |
| CMYK | 0 | 0.43 | 0.5 | 0.01 |
| HSL | 8.1º | 0.95% | 0.74% | - |
| HSV(B) | 8.1º | 0.5% | 0.99% | - |
| XYZ | 53.73 | 41.85 | 24.98 | - |
| YUV | 173.65 | 101.11 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 143 | 126 | 0 | 0.43 | 0.5 | 0.01 | 8.1 | 0.95 | 0.74 |
| Hex | FC | 8F | 7E | 0 | 2B | 32 | 1 | 8 | 5F | 4A |
| Octal | 374 | 217 | 176 | 0 | 53 | 62 | 1 | 10 | 137 | 112 |
| Binary | 11111100 | 10001111 | 1111110 | 0 | 101011 | 110010 | 1 | 1000 | 1011111 | 1001010 |
Color Harmonies of #FC8F7E
Complementary color
Monochromatic Colors of #FC8F7E
Black with #FC8F7E
Text Example
Text Example
White with #FC8F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8F7E; }
p { color: rgb(252,143,126); }
H1.HeaderClassName
{
color: #FC8F7E;
}
.AnyTagClassName
{
color: #FC8F7E;
}
</style>
background-color css
<style>
a { background-color: #FC8F7E; }
a { background-color: rgb(252,143,126); }
div.DivClassName
{
background-color: #FC8F7E;
}
.BgClassName
{
background-color: #FC8F7E;
}
</style>
border-color css
<style>
span { border-color: #FC8F7E; }
span { border-color: rgb(252,143,126); }
td.TdClassName
{
border-color: #FC8F7E;
}
.TagClassName
{
border-color: #FC8F7E;
}
</style>