Shades of Vivid Tangerine #FC907D
Tints of Vivid Tangerine #FC907D
RGB
CMYK
RGB Variations
Color information
#FC907D (or 0xFC907D) is known color: Vivid Tangerine. HEX triplet: FC, 90 and 7D. RGB value is (252,144,125). Sum of RGB (Red+Green+Blue) = 252+144+125=521 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.37% from 521); Green value is 144 (56.64% from 255 or 27.64% from 521); Blue value is 125 (49.22% from 255 or 23.99% from 521); Max value from RGB is 252 - color contains mainly: red. Hex color #FC907D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC907D is #036F82. Grayscale: #AEAEAE. Windows color (decimal): -225155 or 8229116. OLE color: 8229116.
HSL color Cylindrical-coordinate representation of color #FC907D: hue angle of 8.98º 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 #FC907D is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 144 | 125 | - |
| CMYK | 0 | 0.43 | 0.50 | 0.01 |
| HSL | 8.98º | 0.95% | 0.74% | - |
| HSV(B) | 8.98º | 0.5% | 0.99% | - |
| XYZ | 53.82 | 42.12 | 24.7 | - |
| YUV | 174.13 | 100.28 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 144 | 125 | 0 | 0.43 | 0.50 | 0.01 | 8.98 | 0.95 | 0.74 |
| Hex | FC | 90 | 7D | 0 | 2B | 32 | 1 | 9 | 5F | 4A |
| Octal | 374 | 220 | 175 | 0 | 53 | 62 | 1 | 11 | 137 | 112 |
| Binary | 11111100 | 10010000 | 1111101 | 0 | 101011 | 110010 | 1 | 1001 | 1011111 | 1001010 |
Color Harmonies of #FC907D
Complementary color
Monochromatic Colors of #FC907D
Black with #FC907D
Text Example
Text Example
White with #FC907D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC907D; }
p { color: rgb(252,144,125); }
H1.HeaderClassName
{
color: #FC907D;
}
.AnyTagClassName
{
color: #FC907D;
}
</style>
background-color css
<style>
a { background-color: #FC907D; }
a { background-color: rgb(252,144,125); }
div.DivClassName
{
background-color: #FC907D;
}
.BgClassName
{
background-color: #FC907D;
}
</style>
border-color css
<style>
span { border-color: #FC907D; }
span { border-color: rgb(252,144,125); }
td.TdClassName
{
border-color: #FC907D;
}
.TagClassName
{
border-color: #FC907D;
}
</style>