Shades of Vivid Tangerine #FC9081
Tints of Vivid Tangerine #FC9081
RGB
CMYK
RGB Variations
Color information
#FC9081 (or 0xFC9081) is known color: Vivid Tangerine. HEX triplet: FC, 90 and 81. RGB value is (252,144,129). Sum of RGB (Red+Green+Blue) = 252+144+129=525 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48% from 525); Green value is 144 (56.64% from 255 or 27.43% from 525); Blue value is 129 (50.78% from 255 or 24.57% from 525); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9081 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9081 is #036F7E. Grayscale: #AEAEAE. Windows color (decimal): -225151 or 8491260. OLE color: 8491260.
HSL color Cylindrical-coordinate representation of color #FC9081: hue angle of 7.32º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FC9081 is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 144 | 129 | - |
| CMYK | 0 | 0.43 | 0.49 | 0.01 |
| HSL | 7.32º | 0.95% | 0.75% | - |
| HSV(B) | 7.32º | 0.49% | 0.99% | - |
| XYZ | 54.08 | 42.23 | 26.07 | - |
| YUV | 174.58 | 102.28 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 144 | 129 | 0 | 0.43 | 0.49 | 0.01 | 7.32 | 0.95 | 0.75 |
| Hex | FC | 90 | 81 | 0 | 2B | 31 | 1 | 7 | 5F | 4B |
| Octal | 374 | 220 | 201 | 0 | 53 | 61 | 1 | 7 | 137 | 113 |
| Binary | 11111100 | 10010000 | 10000001 | 0 | 101011 | 110001 | 1 | 111 | 1011111 | 1001011 |
Color Harmonies of #FC9081
Complementary color
Monochromatic Colors of #FC9081
Black with #FC9081
Text Example
Text Example
White with #FC9081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9081; }
p { color: rgb(252,144,129); }
H1.HeaderClassName
{
color: #FC9081;
}
.AnyTagClassName
{
color: #FC9081;
}
</style>
background-color css
<style>
a { background-color: #FC9081; }
a { background-color: rgb(252,144,129); }
div.DivClassName
{
background-color: #FC9081;
}
.BgClassName
{
background-color: #FC9081;
}
</style>
border-color css
<style>
span { border-color: #FC9081; }
span { border-color: rgb(252,144,129); }
td.TdClassName
{
border-color: #FC9081;
}
.TagClassName
{
border-color: #FC9081;
}
</style>