#FCA188

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

Shades of Vivid Tangerine #FCA188

Tints of Vivid Tangerine #FCA188

Color information

#FCA188 (or 0xFCA188) is unknown color: approx Vivid Tangerine. HEX triplet: FC, A1 and 88. RGB value is (252,161,136). Sum of RGB (Red+Green+Blue) = 252+161+136=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 161 (63.28% from 255 or 29.33% from 549); Blue value is 136 (53.52% from 255 or 24.77% from 549); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA188 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA188 is #035E77. Grayscale: #B9B9B9. Windows color (decimal): -220792 or 8954364. OLE color: 8954364.

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

Color convert

RGB252161136-
CMYK00.360.460.01
HSL12.93º95.08%76.08%-
HSV(B)12.93º46.03%98.82%-
XYZ57.3347.9629.53-
YUV185.36100.15175.53-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.90%
GREEN value IS 161 (63.28% from 255) = 29.33%
BLUE value IS 136 (53.52% from 255) = 24.77%
R=45.90%
G=29.33%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.46
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216113600.360.460.0112.9395.0876.08
HexFCA1880242E1d5f4c
Octal37424121004456115137114
Binary11111100101000011000100001001001011101110110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA188; }

 p { color: rgb(252,161,136); }

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

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

 a { background-color: rgb(252,161,136); }

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

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

 span { border-color: rgb(252,161,136); }

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