#FC9481

Color #FC9481 Vivid Tangerine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Tangerine #FC9481

Tints of Vivid Tangerine #FC9481

Color information

#FC9481 (or 0xFC9481) is unknown color: approx Vivid Tangerine. HEX triplet: FC, 94 and 81. RGB value is (252,148,129). Sum of RGB (Red+Green+Blue) = 252+148+129=529 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.64% from 529); Green value is 148 (58.20% from 255 or 27.98% from 529); Blue value is 129 (50.78% from 255 or 24.39% from 529); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9481 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9481 is #036B7E. Grayscale: #B1B1B1. Windows color (decimal): -224127 or 8492284. OLE color: 8492284.

HSL color Cylindrical-coordinate representation of color #FC9481: hue angle of 9.27º 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 #FC9481 is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB252148129-
CMYK00.410.490.01
HSL9.27º95.35%74.71%-
HSV(B)9.27º48.81%98.82%-
XYZ54.743.4626.27-
YUV176.93100.96181.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 47.64%
GREEN value IS 148 (58.20% from 255) = 27.98%
BLUE value IS 129 (50.78% from 255) = 24.39%
R=47.64%
G=27.98%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214812900.410.490.019.2795.3574.71
HexFC948102931195f4b
Octal37422420105161111137113
Binary11111100100101001000000101010011100011100110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9481; }

 p { color: rgb(252,148,129); }

 H1.HeaderClassName
 {
   color: #FC9481;
 }
 .AnyTagClassName
 {
   color: #FC9481;
 }
</style>
background-color css

<style>
 a { background-color: #FC9481; }

 a { background-color: rgb(252,148,129); }

 div.DivClassName
 {
   background-color: #FC9481;
 }
 .BgClassName
 {
   background-color: #FC9481;
 }
</style>
border-color css

<style>
 span { border-color: #FC9481; }

 span { border-color: rgb(252,148,129); }

 td.TdClassName
 {
   border-color: #FC9481;
 }
 .TagClassName
 {
   border-color: #FC9481;
 }
</style>