Shades of Vivid Tangerine #FC927B
Tints of Vivid Tangerine #FC927B
RGB
CMYK
RGB Variations
Color information
#FC927B (or 0xFC927B) is known color: Vivid Tangerine. HEX triplet: FC, 92 and 7B. RGB value is (252,146,123). Sum of RGB (Red+Green+Blue) = 252+146+123=521 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.37% from 521); Green value is 146 (57.42% from 255 or 28.02% from 521); Blue value is 123 (48.44% from 255 or 23.61% from 521); Max value from RGB is 252 - color contains mainly: red. Hex color #FC927B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC927B is #036D84. Grayscale: #AFAFAF. Windows color (decimal): -224645 or 8098556. OLE color: 8098556.
HSL color Cylindrical-coordinate representation of color #FC927B: hue angle of 10.7º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FC927B is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 146 | 123 | - |
| CMYK | 0 | 0.42 | 0.51 | 0.01 |
| HSL | 10.7º | 0.96% | 0.74% | - |
| HSV(B) | 10.7º | 0.51% | 0.99% | - |
| XYZ | 54 | 42.68 | 24.13 | - |
| YUV | 175.07 | 98.62 | 182.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 146 | 123 | 0 | 0.42 | 0.51 | 0.01 | 10.7 | 0.96 | 0.74 |
| Hex | FC | 92 | 7B | 0 | 2A | 33 | 1 | B | 60 | 4A |
| Octal | 374 | 222 | 173 | 0 | 52 | 63 | 1 | 13 | 140 | 112 |
| Binary | 11111100 | 10010010 | 1111011 | 0 | 101010 | 110011 | 1 | 1011 | 1100000 | 1001010 |
Color Harmonies of #FC927B
Complementary color
Monochromatic Colors of #FC927B
Black with #FC927B
Text Example
Text Example
White with #FC927B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC927B; }
p { color: rgb(252,146,123); }
H1.HeaderClassName
{
color: #FC927B;
}
.AnyTagClassName
{
color: #FC927B;
}
</style>
background-color css
<style>
a { background-color: #FC927B; }
a { background-color: rgb(252,146,123); }
div.DivClassName
{
background-color: #FC927B;
}
.BgClassName
{
background-color: #FC927B;
}
</style>
border-color css
<style>
span { border-color: #FC927B; }
span { border-color: rgb(252,146,123); }
td.TdClassName
{
border-color: #FC927B;
}
.TagClassName
{
border-color: #FC927B;
}
</style>