#FCA184

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

Shades of Vivid Tangerine #FCA184

Tints of Vivid Tangerine #FCA184

Color information

#FCA184 (or 0xFCA184) is unknown color: approx Vivid Tangerine. HEX triplet: FC, A1 and 84. RGB value is (252,161,132). Sum of RGB (Red+Green+Blue) = 252+161+132=545 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.24% from 545); Green value is 161 (63.28% from 255 or 29.54% from 545); Blue value is 132 (51.95% from 255 or 24.22% from 545); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA184 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA184 is #035E7B. Grayscale: #B9B9B9. Windows color (decimal): -220796 or 8692220. OLE color: 8692220.

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

Color convert

RGB252161132-
CMYK00.360.480.01
HSL14.5º95.24%75.29%-
HSV(B)14.5º47.62%98.82%-
XYZ57.0547.8528.06-
YUV184.998.15175.86-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.24%
GREEN value IS 161 (63.28% from 255) = 29.54%
BLUE value IS 132 (51.95% from 255) = 24.22%
R=46.24%
G=29.54%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216113200.360.480.0114.595.2475.29
HexFCA184024301f5f4b
Octal37424120404460117137113
Binary11111100101000011000010001001001100001111110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA184; }

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

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

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

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

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

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

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

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