#FC9E85

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

Shades of Vivid Tangerine #FC9E85

Tints of Vivid Tangerine #FC9E85

Color information

#FC9E85 (or 0xFC9E85) is unknown color: approx Vivid Tangerine. HEX triplet: FC, 9E and 85. RGB value is (252,158,133). Sum of RGB (Red+Green+Blue) = 252+158+133=543 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.41% from 543); Green value is 158 (62.11% from 255 or 29.10% from 543); Blue value is 133 (52.34% from 255 or 24.49% from 543); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9E85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9E85 is #03617A. Grayscale: #B7B7B7. Windows color (decimal): -221563 or 8756988. OLE color: 8756988.

HSL color Cylindrical-coordinate representation of color #FC9E85: hue angle of 12.61º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FC9E85 is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB252158133-
CMYK00.370.470.01
HSL12.61º95.2%75.49%-
HSV(B)12.61º47.22%98.82%-
XYZ56.6146.8428.25-
YUV183.2699.64177.03-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.41%
GREEN value IS 158 (62.11% from 255) = 29.10%
BLUE value IS 133 (52.34% from 255) = 24.49%
R=46.41%
G=29.10%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215813300.370.470.0112.6195.275.49
HexFC9E850252F1d5f4b
Octal37423620504557115137113
Binary11111100100111101000010101001011011111110110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9E85; }

 p { color: rgb(252,158,133); }

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

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

 a { background-color: rgb(252,158,133); }

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

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

 span { border-color: rgb(252,158,133); }

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