#FCA488

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

Shades of Vivid Tangerine #FCA488

Tints of Vivid Tangerine #FCA488

Color information

#FCA488 (or 0xFCA488) is unknown color: approx Vivid Tangerine. HEX triplet: FC, A4 and 88. RGB value is (252,164,136). Sum of RGB (Red+Green+Blue) = 252+164+136=552 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.65% from 552); Green value is 164 (64.45% from 255 or 29.71% from 552); Blue value is 136 (53.52% from 255 or 24.64% from 552); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA488 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA488 is #035B77. Grayscale: #BBBBBB. Windows color (decimal): -220024 or 8955132. OLE color: 8955132.

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

Color convert

RGB252164136-
CMYK00.350.460.01
HSL14.48º95.08%76.08%-
HSV(B)14.48º46.03%98.82%-
XYZ57.8649.0229.71-
YUV187.1299.15174.28-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.65%
GREEN value IS 164 (64.45% from 255) = 29.71%
BLUE value IS 136 (53.52% from 255) = 24.64%
R=45.65%
G=29.71%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.46
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216413600.350.460.0114.4895.0876.08
HexFCA4880232E1e5f4c
Octal37424421004356116137114
Binary11111100101001001000100001000111011101111010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA488; }

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

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

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

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

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

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

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

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